liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
model/request/serviceContract.go
@@ -3,6 +3,7 @@
import (
   "aps_crm/constvar"
   "aps_crm/model"
   "aps_crm/proto/code"
)
type AddServiceContract struct {
@@ -28,6 +29,8 @@
   Products                []*model.Product `json:"products"`
   ServiceContractTypeId   int              `json:"serviceContractTypeId"`
   ServiceContractStatusId int              `json:"serviceContractStatusId"`
   CodeStandID             string            `json:"codeStandID"` //编码id
   CodeRule                code.CodeStandard `json:"codeRule"`
}
type UpdateServiceContract struct {