Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / yunda

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yunda
  • ..
  • mapper
  • LabelDictMapper.java
  • 涂亚平's avatar
    start · e19a91b8
    涂亚平 committed Jul 22, 2025
    e19a91b8
LabelDictMapper.java 345 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.meishu.mapper;

import com.meishu.model.LabelDictDO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * <p>
 * 标签表 Mapper 接口
 * </p>
 *
 * @author Tuyp
 * @since 2023-07-11
 */
 @Repository
public interface LabelDictMapper extends BaseMapper<LabelDictDO> {

}