liujiandao
2023-10-24 6aa75c2a266a2522ae713b13dc702b5ad0a08f87
model/request/serviceContract.go
@@ -3,7 +3,6 @@
import (
   "aps_crm/constvar"
   "aps_crm/model"
   "aps_crm/proto/code"
)
type AddServiceContract struct {
@@ -30,7 +29,6 @@
   ServiceContractTypeId   int               `json:"serviceContractTypeId"`
   ServiceContractStatusId int               `json:"serviceContractStatusId"`
   CodeStandID             string            `json:"codeStandID"` //编码id
   CodeRule                code.CodeStandard `json:"codeRule"`
}
type UpdateServiceContract struct {