shiyunteng
2025-03-25 62f0eb6e3296fa3ef589e48bca06198ed26f9893
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.device.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.device.entity.InventoryFlowWater;
 
public interface InventoryFlowWaterService extends IService<InventoryFlowWater> {
 
}