标签儿管理代码框架

This commit is contained in:
ZLI263
2025-12-03 08:15:13 +08:00
parent b9c278f529
commit 5453026309
9 changed files with 647 additions and 4 deletions

View 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> {
}