|
@@ -3,6 +3,7 @@ package org.jeecg.modules.system.service;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
import org.jeecg.common.system.vo.DictModel;
|
|
|
import org.jeecg.modules.system.entity.SysDict;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
@@ -31,6 +32,7 @@ public interface ISysDictService extends IService<SysDict> {
|
|
|
|
|
|
List<String> queryTableDictByKeys(String table, String text, String code, String[] keyArray);
|
|
|
|
|
|
+ public DictModel selectDictByJiMuPrint(String tableName);
|
|
|
/**
|
|
|
* 根据字典类型删除关联表中其对应的数据
|
|
|
*
|