src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -5,6 +5,7 @@ import com.lf.server.entity.ctrl.TabEntity; import com.lf.server.entity.data.DictEntity; import com.lf.server.entity.data.DomainEntity; import com.lf.server.entity.sys.AttachEntity; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; @@ -98,4 +99,13 @@ * @return */ public List<KeyValueEntity> selectDirTypes(String name); /** * 根据表名查询附件 * * @param tab 表名 * @param gids Gid字符串 * @return 附件 */ public List<AttachEntity> selectAnnexByTab(String tab, String gids); }