model/request/contract.go
@@ -1,7 +1,5 @@ package request import "aps_crm/proto/code" type AddContract struct { Contract } @@ -15,7 +13,7 @@ StatusId int `json:"status_id"` File string `json:"file"` CodeStandID string `json:"codeStandID"` //编码id CodeRule code.CodeStandard `json:"codeRule"` SendTime string `json:"sendTime"` //发货时间 } type UpdateContract struct {