fix
zhangqian
2023-08-11 4e8d946913165901f25bb79add011d3c2df19792
model/request/quotation.go
@@ -20,3 +20,8 @@
   Id int `json:"id"`
   Quotation
}
type GetQuotationList struct {
   PageInfo
   Keyword string `json:"keyword"`
}