标签儿管理代码框架
This commit is contained in:
17
src/main/java/com/rj/mapper/IndustryTagsMapper.java
Normal file
17
src/main/java/com/rj/mapper/IndustryTagsMapper.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package com.rj.mapper;
|
||||
|
||||
import com.rj.entity.IndustryTags;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 行业标签表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author Auto Generated
|
||||
* @since 2025-01-29
|
||||
*/
|
||||
public interface IndustryTagsMapper extends BaseMapper<IndustryTags> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user