You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
3.4 KiB
85 lines
3.4 KiB
/* */ package com.archive.common.constant;
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* */ public class GenConstants
|
|
/* */ {
|
|
/* */ public static final String TPL_CRUD = "crud";
|
|
/* */ public static final String TPL_TREE = "tree";
|
|
/* */ public static final String TPL_SUB = "sub";
|
|
/* */ public static final String TREE_CODE = "treeCode";
|
|
/* */ public static final String TREE_PARENT_CODE = "treeParentCode";
|
|
/* */ public static final String TREE_NAME = "treeName";
|
|
/* */ public static final String PARENT_MENU_ID = "parentMenuId";
|
|
/* */ public static final String PARENT_MENU_NAME = "parentMenuName";
|
|
/* 35 */ public static final String[] COLUMNTYPE_STR = new String[] { "char", "varchar", "nvarchar", "varchar2" };
|
|
/* */
|
|
/* */
|
|
/* 38 */ public static final String[] COLUMNTYPE_TEXT = new String[] { "tinytext", "text", "mediumtext", "longtext" };
|
|
/* */
|
|
/* */
|
|
/* 41 */ public static final String[] COLUMNTYPE_TIME = new String[] { "datetime", "time", "date", "timestamp" };
|
|
/* */
|
|
/* */
|
|
/* 44 */ public static final String[] COLUMNTYPE_NUMBER = new String[] { "tinyint", "smallint", "mediumint", "int", "number", "integer", "bit", "bigint", "float", "double", "decimal" };
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* 48 */ public static final String[] COLUMNNAME_NOT_EDIT = new String[] { "id", "create_by", "create_time", "del_flag" };
|
|
/* */
|
|
/* */
|
|
/* 51 */ public static final String[] COLUMNNAME_NOT_LIST = new String[] { "id", "create_by", "create_time", "del_flag", "update_by", "update_time" };
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* 55 */ public static final String[] COLUMNNAME_NOT_QUERY = new String[] { "id", "create_by", "create_time", "del_flag", "update_by", "update_time", "remark" };
|
|
/* */
|
|
/* */
|
|
/* */
|
|
/* 59 */ public static final String[] BASE_ENTITY = new String[] { "createBy", "createTime", "updateBy", "updateTime", "remark" };
|
|
/* */
|
|
/* */
|
|
/* 62 */ public static final String[] TREE_ENTITY = new String[] { "parentName", "parentId", "orderNum", "ancestors" };
|
|
/* */ public static final String HTML_INPUT = "input";
|
|
/* */ public static final String HTML_TEXTAREA = "textarea";
|
|
/* */ public static final String HTML_SELECT = "select";
|
|
/* */ public static final String HTML_RADIO = "radio";
|
|
/* */ public static final String HTML_CHECKBOX = "checkbox";
|
|
/* */ public static final String HTML_DATETIME = "datetime";
|
|
/* */ public static final String HTML_UPLOAD = "upload";
|
|
/* */ public static final String HTML_SUMMERNOTE = "summernote";
|
|
/* */ public static final String TYPE_STRING = "String";
|
|
/* */ public static final String TYPE_INTEGER = "Integer";
|
|
/* */ public static final String TYPE_LONG = "Long";
|
|
/* */ public static final String TYPE_DOUBLE = "Double";
|
|
/* */ public static final String TYPE_BIGDECIMAL = "BigDecimal";
|
|
/* */ public static final String TYPE_DATE = "Date";
|
|
/* */ public static final String QUERY_LIKE = "LIKE";
|
|
/* */ public static final String REQUIRE = "1";
|
|
/* */ }
|
|
|
|
|
|
/* Location: C:\Users\Administrator\Desktop\extracted.zip!\extracted\BOOT-INF\classes\com\archive\common\constant\GenConstants.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |