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 {