zhangqian
2023-08-09 7cc2f77503135e266264eb897e8f688e8ad216d5
model/request/serviceContract.go
@@ -25,7 +25,7 @@
   ServiceTimes   int             `json:"serviceTimes"`
   Terms          string          `json:"terms"`
   Remark         string          `json:"remark"`
   Products       []model.Product `json:"products"`
   Products       []*model.Product `json:"products"`
}
type UpdateServiceContract struct {