lizijie
2019-08-30 5fed7b486fea656ae9878166e3530b7e29eae7eb
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);
}