feat: 企业标准库 迁移2

This commit is contained in:
super_liu
2021-07-26 11:12:16 +08:00
parent d210e218ba
commit ccfbc541d5
6 changed files with 79 additions and 7 deletions
@@ -5,9 +5,11 @@ import com.adc.da.sys.entity.DicTypeEO;
import com.adc.da.sys.page.DicTypeEOPage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface DicTypeEODao extends BaseMapper<DicTypeEO> {
public DicTypeEO getDicTypeEOById(String id);