zhangqian
2024-01-08 f1842bf9b5bb69b5078a215c02cb16b7e33f893a
model/request/contract.go
@@ -24,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 {