gaoaoy
2024-03-12 cc441cd527704f86af13128213a1b3746c341b90
cnas-server/src/main/java/com/yuanchu/mom/mapper/DeviceMapper.java
@@ -20,8 +20,10 @@
    //更新
    int upDeviceParameter(Device itemParameter);
    //获取被授权人
    List<Device> authorizedPerson();
    //查询
    List<Device> search(@Param(value = "status") Integer status, @Param(value = "deviceName") String deviceName,
                        @Param(value = "specificationModel") String specificationModel, @Param(value = "largeCategory") String largeCategory);
@@ -30,5 +32,6 @@
    //查询设备负责人
    List<Device> selectDevicePrincipal();
}