ziwen 2 years ago
parent
commit
3d391b92a8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      models/fms/contract_register.go

+ 0 - 3
models/fms/contract_register.go

@@ -614,6 +614,3 @@ func UpdateContractPreRegister(item *ContractRegister, updateCols []string, serv
 	return
 }
 
-type  CheckContractNameResp struct {
-	Exist int 	`json:"exist" description:"是否存在相似的合同:0不存在,1存在"`
-}