forked from dyf/fys-Multi-tenant
WEB:分页查询设备列表
This commit is contained in:
@ -31,4 +31,11 @@ public interface DeviceMapper extends BaseMapper<Device> {
|
||||
|
||||
List<Device> findAllDevices(@Param("criteria") DeviceQueryCriteria criteria);
|
||||
|
||||
/**
|
||||
* 获取分配设备的客户
|
||||
*
|
||||
* @param customerId
|
||||
* @return
|
||||
*/
|
||||
Device getAssignCustomer(Long customerId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user