推送日志相关文件

This commit is contained in:
2023-09-18 13:59:41 +08:00
parent 5b8963ed8d
commit f3eaf14351
5 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.njcn.csdevice.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.njcn.csdevice.pojo.po.CsEventSendMsg;
/**
* <p>
* 事件推送日志表 Mapper 接口
* </p>
*
* @author xuyang
* @since 2023-09-18
*/
public interface CsEventSendMsgMapper extends BaseMapper<CsEventSendMsg> {
}