fix
wangpengfei
2023-08-11 4dd4ae617e7f37817d2c795ff011d73a67dc29bf
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}
}