fix
wangpengfei
2023-08-25 3369456ac6de01e8703a9b38537406ec7c550bc5
model/request/saleChance.go
@@ -51,3 +51,7 @@
   Id   int `json:"id" binding:"required"`
   Step int `json:"step" binding:"required"`
}
type DeleteSaleChance struct {
   Ids []int `json:"ids"`
}