|
@@ -22,9 +22,9 @@ public class InventoryMonitoringServiceImpl implements InventoryMonitoringServic
|
|
|
private final InventoryMonitoringMapper inventoryMonitoringMapper;
|
|
|
|
|
|
/**
|
|
|
- * 根据InventoryMonitoring对象分页查询品牌数据
|
|
|
+ * 根据InventoryMonitoring对象分页查询库存监控数据
|
|
|
*
|
|
|
- * @param inventoryMonitoringBo BrandBo对象
|
|
|
+ * @param inventoryMonitoringBo inventoryMonitoringBo对象
|
|
|
* @param pageQuery 查询条件
|
|
|
* @return 分页结果
|
|
|
*/
|