zhangqian
2023-10-13 7438f17c0b3a9f79ee5890c554bedc64c362859b
model/request/contract.go
@@ -17,3 +17,12 @@
   Id int `json:"id"`
   Contract
}
type GetContractList struct {
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{} {"member_name": "销售负责人", "number": "合同编号", "created_at": "创建时间"}
}
type DeleteContract struct {
   Ids []int `json:"ids"`
}