wangpengfei
2023-08-14 f84d9c46574a2cd663105859035bc17891270923
model/request/quotation.go
@@ -26,5 +26,5 @@
type GetQuotationList struct {
   PageInfo
   Keyword string `json:"keyword"`
   SearchMap map[string]interface{} // 搜索条件: map[string]interface{}{"name": "xxx"}; {"sale_chance_id": 销售线索id, "client_name": "客户名称", "member_name": "销售负责人", "contact_name": "联系人", "validity_date": "有效期"}
}