This commit is contained in:
邹宗楠
2024-12-13 11:36:49 +08:00
parent ab56bc6d99
commit 9d38690534
2 changed files with 5 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ func (c *StoreSkuController) GetStoreSkus() {
// @Param minStock query int false "最小库存"
// @Param maxStock query int false "最大库存"
// @Param locationCode query string false "货架码"
// @Param isLocationCode query bool false "是否有货架码"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetStoresSkus [get,post]