Skip to content

Commit

Permalink
字典类型删除多余的mapper注解
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jun 26, 2022
1 parent ee99250 commit 5414ed2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package com.ruoyi.project.system.mapper;

import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import com.ruoyi.project.system.domain.SysDictType;

/**
* 字典表 数据层
*
* @author ruoyi
*/
@Mapper
public interface SysDictTypeMapper
{
/**
Expand Down

0 comments on commit 5414ed2

Please sign in to comment.