fix
wangpengfei
2023-08-08 cdb47d41f39a5c600caa41692c9b5b0732944d6a
model/request/salesDetails.go
@@ -32,3 +32,8 @@
   Id           int          `json:"id"`
   SalesDetails SalesDetails `json:"salesDetails"`
}
type GetSalesDetailsList struct {
   PageInfo
   Keyword string `json:"keyword"`
}