feat: 企业标准库 迁移2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user