fix
wangpengfei
2023-08-15 0ce02d3f2ccd767c50efe5f2e0211ec24f1583b3
model/request/contract.go
@@ -20,5 +20,5 @@
type GetContractList struct {
   PageInfo
   Keyword string `json:"keyword"`
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{} {"member_name": "销售负责人", "number": "合同编号", "created_at": "创建时间"}
}