wangpengfei
2023-07-26 af995cb29d795b453266a880501a8e94e24c591f
model/request/salesReturn.go
@@ -18,6 +18,11 @@
}
type UpdateSalesReturnRequest struct {
   Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
   SalesReturn
   Id          int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
   SalesReturn SalesReturn
}
type GetSalesReturnList struct {
   PageInfo
   Keyword string `json:"keyword"`
}