add
wangpengfei
2023-08-17 08d858716ad674ebe81e9c11c62c9ec4b6ce8d87
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"`
}