fix
wangpengfei
2023-08-11 460e591f215fe64d6a097ff4b1ee836d181298ac
model/request/saleChance.go
@@ -41,3 +41,13 @@
   Id int `json:"id" binding:"required"`
   SaleChance
}
type GetSaleChanceList struct {
   PageInfo
   Keyword string `json:"keyword"`
}
type PushSaleChance struct {
   Id   int `json:"id" binding:"required"`
   Step int `json:"step" binding:"required"`
}