zhangqian
2024-03-20 4f526b034a6e13a521ad71dcbdbea97043d6ea19
model/request/contract.go
@@ -13,6 +13,7 @@
   StatusId     int    `json:"status_id"`
   File         string `json:"file"`
   CodeStandID  string `json:"codeStandID"` //编码id
   SendTime     string `json:"sendTime"`    //发货时间
}
type UpdateContract struct {
@@ -23,6 +24,7 @@
type GetContractList struct {
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{} {"member_name": "销售负责人", "number": "合同编号", "created_at": "创建时间"}
   Keyword   string                 `json:"keyword"`
}
type DeleteContract struct {