jinpengyong
2020-08-10 47e42466d50e4293a05c8c9a9c9da09e8e554fb6
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);
}