fix
wangpengfei
2023-08-25 3369456ac6de01e8703a9b38537406ec7c550bc5
model/request/contract.go
@@ -22,3 +22,7 @@
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{} {"member_name": "销售负责人", "number": "合同编号", "created_at": "创建时间"}
}
type DeleteContract struct {
   Ids []int `json:"ids"`
}