zhangqian
2023-10-28 05582688724c78bc70a7bc860193c67677f6c8cf
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 {