ZhuDongming
2020-06-30 39a23e8fde4d9b7fc930543ea9e495e419d12017
src/main/java/com/moral/mapper/AlarmConfigMapper.java
@@ -19,4 +19,8 @@
    int updateByPrimaryKeySelective(AlarmConfig record);
    int updateByPrimaryKey(AlarmConfig record);
    AlarmConfig selectByMonitorPointId(Integer mpId);
    AlarmConfig selectByDeviceMac(String mac);
}