设备主题获取录入

This commit is contained in:
2023-07-13 20:07:04 +08:00
parent 147aef0bfd
commit 153a9ae1a5
11 changed files with 233 additions and 72 deletions

View File

@@ -0,0 +1,16 @@
package com.njcn.access.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.njcn.access.pojo.po.CsTopic;
/**
* <p>
* Mapper 接口
* </p>
*
* @author xuyang
* @since 2023-07-13
*/
public interface CsTopicMapper extends BaseMapper<CsTopic> {
}