fix
wangpengfei
2023-08-24 13758bde7d19cb2738a801de46052ae284ff6a7e
model/request/serviceContract.go
@@ -26,6 +26,8 @@
   Terms          string           `json:"terms"`
   Remark         string           `json:"remark"`
   Products       []*model.Product `json:"products"`
   ServiceContractTypeId   int              `json:"serviceContractTypeId"`
   ServiceContractStatusId int              `json:"serviceContractStatusId"`
}
type UpdateServiceContract struct {