fix: 电话报警通知逻辑修改。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.intc.iot.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.intc.iot.domain.AquMapMessageWarnCallNotice;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 报警消息与通知记录关联表 Mapper
|
||||
*
|
||||
* @author intc
|
||||
*/
|
||||
@Mapper
|
||||
public interface AquMapMessageWarnCallNoticeMapper extends BaseMapper<AquMapMessageWarnCallNotice> {
|
||||
}
|
||||
Reference in New Issue
Block a user