mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 09:25:54 +08:00
多租户接口调整
This commit is contained in:
@@ -36,7 +36,7 @@ public interface CategoryMapper
|
||||
*
|
||||
* @return 产品分类集合
|
||||
*/
|
||||
public List<IdAndName> selectCategoryShortList();
|
||||
public List<IdAndName> selectCategoryShortList(Category category);
|
||||
|
||||
/**
|
||||
* 新增产品分类
|
||||
@@ -78,5 +78,4 @@ public interface CategoryMapper
|
||||
*/
|
||||
public int productCountInCategorys(Long[] categoryIds);
|
||||
|
||||
List<IdAndName> selectCategoryShortListAccurate(Category category);
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ public interface DeviceMapper
|
||||
*
|
||||
* @return 设备集合
|
||||
*/
|
||||
public List<DeviceAllShortOutput> selectAllDeviceShortList();
|
||||
public List<DeviceAllShortOutput> selectAllDeviceShortList(Device device);
|
||||
|
||||
/**
|
||||
* 新增设备
|
||||
@@ -168,16 +168,4 @@ public interface DeviceMapper
|
||||
*/
|
||||
public int resetDeviceStatus(String deviceNum);
|
||||
|
||||
/**
|
||||
* 查询所有简短设备列表
|
||||
* @return 结果
|
||||
*/
|
||||
List<DeviceAllShortOutput> selectAllDeviceShortListAccurate(String userName);
|
||||
|
||||
/**
|
||||
* 精准查询
|
||||
* @return 结果
|
||||
*/
|
||||
List<Device> selectDeviceListAccurate(Device device);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user