add
wangpengfei
2023-08-17 08d858716ad674ebe81e9c11c62c9ec4b6ce8d87
model/request/quotation.go
@@ -28,3 +28,7 @@
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{}{"name": "xxx"}; {"sale_chance_id": 销售线索id, "client_name": "客户名称", "member_name": "销售负责人", "contact_name": "联系人", "validity_date": "有效期"}
}
type DeleteQuotation struct {
   Ids []int `json:"ids"`
}