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