设备主题获取录入
This commit is contained in:
@@ -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> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user