于紫祥_1901
2020-09-21 4dad2c9b7bd8b6a37b7ced141be1245eabc899c1
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);
}