Fetch the repository succeeded.
package constant;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import codeMaker.CallGood;
import codeMaker.CommonParamsConfig;
import codeMaker.DataBaseConfig;
import codeMaker.LoginConfig;
import codeMaker.MakeEntity;
import codeMaker.TablesQuery;
import codeMaker.VxGzhCode;
import entity.CommonParametersModel;
import entity.DataSourceModel;
import entity.DatabaseModel;
import entity.MakeEntityModel;
import entity.TableNameAndType;
import entity.TablesQueryModel;
public class ChildWindowConstant {
public static DataBaseConfig dataBaseConfig;
public static TablesQuery tablesQuery;
public static MakeEntity makeEntity;
public static CallGood callGood;
public static LoginConfig loginConfig;
public static VxGzhCode vxGzhCode;
public static CommonParamsConfig commonParamsConfig;
// 最终设置的表的主键
public static Map<String, List<String>> primaryKeyListMap = new HashMap<>();
// 最终设置的展示的字段的相关信息
public static Map<String, List<DatabaseModel>> columnMsgMap = new HashMap<>();
// 最终设置的更新的字段的相关信息
public static Map<String, List<DatabaseModel>> updateColumnMsgMap = new HashMap<>();
// 最终设置的查询的字段的相关信息
public static Map<String, List<DatabaseModel>> queryColumnMsgMap = new HashMap<>();
// 最终设置的所有字段的相关信息
public static Map<String, List<DatabaseModel>> allColumnMsgMap = new HashMap<>();
// 最终设置的表的中文名称(key:英文 value:中文)
public static Map<String, String> currentTableCnNameMap = new HashMap<>();
// 最终设置的表的参数类型(传参是JavaBean还是Map)
public static Map<String, String> tableParamConfig = new HashMap<>();
// 最终设置的表的字段类项和名称
public static Map<String, List<TableNameAndType>> currentTableNameAndTypes = new HashMap<>();
// public static Map<String, TablesQueryModel> tablesQueryMap = new HashMap<>();
// 多表查询的配置信息 key:模块名 value: key:方法名 value:对应的sql
public static Map<String, Map<String, TablesQueryModel>> tablesQueryMap = new HashMap<>();
// 模块名和模块中文名
public static Map<String, String> tablesQueryEndAndCnMap = new HashMap<>();
// 自定义实体
public static Map<String, List<MakeEntityModel>> makeEntityModelMap = new HashMap<>();
public static Map<String, String> makeEntityEngAndCn = new HashMap<>();
// 静态用户的map
public static List<String> user1 = new ArrayList<>();
public static List<String> user2 = new ArrayList<>();
public static List<String> user3 = new ArrayList<>();
// 全局常用参数配置
public static CommonParametersModel commonParametersModel = new CommonParametersModel();
// 动态用户的数组
public static List<String> dynamicUserList = new ArrayList<>();
/**
* 多数据源配置相关
*/
public static Map<String, DataSourceModel> dataSourceModelMap = new LinkedHashMap<>();
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。