src/main/java/com/lf/server/mapper/data/DomainMapper.java
@@ -1,5 +1,6 @@ package com.lf.server.mapper.data; import com.lf.server.entity.ctrl.TabEntity; import com.lf.server.entity.data.DomainEntity; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; @@ -51,6 +52,22 @@ public DomainEntity selectById(int id); /** * 查询值域表集合 * * @return */ public List<TabEntity> selectDomainTabs(); /** * 根据表名查询值域名称 * * @param ns 名称空间 * @param tab 表名 * @return 值域名称集合 */ public List<String> selectDomainNames(String ns, String tab); /** * 插入一条 * * @param entity