Showing
2 changed files
with
0 additions
and
442 deletions
| ... | @@ -13,57 +13,6 @@ public class DatabaseConstants { | ... | @@ -13,57 +13,6 @@ public class DatabaseConstants { |
| 13 | public static final Long GLOBAL_STATUS_VALID = 1L; | 13 | public static final Long GLOBAL_STATUS_VALID = 1L; |
| 14 | public static final Long GLOBAL_STATUS_DEL = 0L; | 14 | public static final Long GLOBAL_STATUS_DEL = 0L; |
| 15 | 15 | ||
| 16 | - /** | ||
| 17 | - * 定义操作状态常量 | ||
| 18 | - * 1: 已提交 2:正在录入 | ||
| 19 | - */ | ||
| 20 | - public static final Long GLOBAL_OPER_STATUS_SAVE = 1L; | ||
| 21 | - public static final Long GLOBAL_OPER_STATUS_DRAFT = 2L; | ||
| 22 | - | ||
| 23 | - /** | ||
| 24 | - * 定义申报信息提单状态 | ||
| 25 | - * 0:未发送 (冗余) | ||
| 26 | - * 1:已发送(异步成功状态) | ||
| 27 | - * 2:已接收。(回执成功状态) | ||
| 28 | - * 3:发送失败。(提交后异步发送失败状态。定时任务补偿机制读取此状态数据) | ||
| 29 | - * 4:接收失败。 | ||
| 30 | - * (4-1:3次重发邮件都失败。 | ||
| 31 | - * 4-2:回执3次重试读取仍失败为此状态。 | ||
| 32 | - * 4-3:超过1小时为此状态。 | ||
| 33 | - * 4-4:3次匹配不到为此状态。 | ||
| 34 | - * 4-5:其他失败) | ||
| 35 | - */ | ||
| 36 | - public static final Long DELIVERY_STATUS_UNSENT = 0L; | ||
| 37 | - public static final Long DELIVERY_STATUS_SENT = 1L; | ||
| 38 | - public static final Long DELIVERY_STATUS_RECEIVE = 2L; | ||
| 39 | - public static final Long DELIVERY_STATUS_SENT_FAIL = 3L; | ||
| 40 | - public static final Long DELIVERY_STATUS_RECEIVE_FAIL = 4L; | ||
| 41 | - | ||
| 42 | - /** | ||
| 43 | - * 定义文件来源常量 | ||
| 44 | - * 1:上传。2:系统生成。3:图案商标 | ||
| 45 | - */ | ||
| 46 | - public static final Long FILE_SOURCE_UPDATE = 1L; | ||
| 47 | - public static final Long FILE_SOURCE_SYS_CREATE = 2L; | ||
| 48 | - public static final Long FILE_SOURCE_SYS_BRAND = 3L; | ||
| 49 | - | ||
| 50 | - /** | ||
| 51 | - * 定义信息录入状态 | ||
| 52 | - * 1:已校验过数据。2:数据未校验 | ||
| 53 | - */ | ||
| 54 | - public static final Long DECLARE_CHECK = 1L; | ||
| 55 | - public static final Long DECLARE_SAVE = 2L; | ||
| 56 | - | ||
| 57 | - /** | ||
| 58 | - * 定义邮件发送状态 | ||
| 59 | - * (0:未发送。1:发送成功。2:发送失败) | ||
| 60 | - */ | ||
| 61 | - public static final Long MAIL_SEND_UNSENT = 0L; | ||
| 62 | - public static final Long MAIL_SEND_SUCC = 1L; | ||
| 63 | - public static final Long MAIL_SEND_FAIL = 2L; | ||
| 64 | - | ||
| 65 | - public static final Long USER_SOURCE_TW = 1L; | ||
| 66 | - public static final Long USER_SOURCE_FCL = 2L; | ||
| 67 | 16 | ||
| 68 | /** | 17 | /** |
| 69 | * 定义用户操作类型常量 | 18 | * 定义用户操作类型常量 |
| ... | @@ -76,20 +25,6 @@ public class DatabaseConstants { | ... | @@ -76,20 +25,6 @@ public class DatabaseConstants { |
| 76 | public static final Long USER_OPER_STOP = 5L; | 25 | public static final Long USER_OPER_STOP = 5L; |
| 77 | public static final Long USER_OPER_INIT = 6L; | 26 | public static final Long USER_OPER_INIT = 6L; |
| 78 | 27 | ||
| 79 | - /** | ||
| 80 | - * 定义申报信息文件生成选择常量 | ||
| 81 | - * 1: 立即制作 2:使用已制作 | ||
| 82 | - */ | ||
| 83 | - public static final Long FILE_SELECT_MAKE = 1L; | ||
| 84 | - public static final Long FILE_SELECT_EXISTS = 2L; | ||
| 85 | - | ||
| 86 | - /** | ||
| 87 | - * 菜单类型 | ||
| 88 | - * M:主菜单 C:分支菜单 B:按钮 | ||
| 89 | - */ | ||
| 90 | - public static final String SYS_MENU_TYPE_MAIN = "M"; | ||
| 91 | - public static final String SYS_MENU_TYPE_BRANCH = "C"; | ||
| 92 | - public static final String SYS_MENU_TYPE_BUTTON = "B"; | ||
| 93 | 28 | ||
| 94 | /** | 29 | /** |
| 95 | * 用户类型 | 30 | * 用户类型 |
| ... | @@ -111,16 +46,6 @@ public class DatabaseConstants { | ... | @@ -111,16 +46,6 @@ public class DatabaseConstants { |
| 111 | */ | 46 | */ |
| 112 | public static final String DICT_CUSTOMS_DECLARATION_TYPE_CODE = "customs_declaration_type"; | 47 | public static final String DICT_CUSTOMS_DECLARATION_TYPE_CODE = "customs_declaration_type"; |
| 113 | 48 | ||
| 114 | - /** | ||
| 115 | - * 报关类别 -> 其它 | ||
| 116 | - */ | ||
| 117 | - public static final String DICT_CUSTOMS_DECLARATION_TYPE_CODE_OTHER = "OTHER"; | ||
| 118 | - | ||
| 119 | - | ||
| 120 | - /** | ||
| 121 | - * 出口统计方式 | ||
| 122 | - */ | ||
| 123 | - public static final String DICT_EXPORT_STATISTICS_METHOD_CODE = "export_statistics_method"; | ||
| 124 | 49 | ||
| 125 | /** | 50 | /** |
| 126 | * 币种 | 51 | * 币种 |
| ... | @@ -128,26 +53,6 @@ public class DatabaseConstants { | ... | @@ -128,26 +53,6 @@ public class DatabaseConstants { |
| 128 | public static final String DICT_CURRENCY_CD_CODE = "currency_cd"; | 53 | public static final String DICT_CURRENCY_CD_CODE = "currency_cd"; |
| 129 | 54 | ||
| 130 | /** | 55 | /** |
| 131 | - * 商标 | ||
| 132 | - */ | ||
| 133 | - public static final String DICT_BRAND_CODE = "brand"; | ||
| 134 | - | ||
| 135 | - /** | ||
| 136 | - * 产证 | ||
| 137 | - */ | ||
| 138 | - public static final String DICT_PROPERTY_CERTIFICATE_CODE = "property_certificate"; | ||
| 139 | - | ||
| 140 | - /** | ||
| 141 | - * ECFA产证 | ||
| 142 | - */ | ||
| 143 | - public static final String DICT_ECFA_PROPERTY_CERTIFICATE_CODE = "ecfa_property_certificate"; | ||
| 144 | - | ||
| 145 | - /** | ||
| 146 | - * 申请 | ||
| 147 | - */ | ||
| 148 | - public static final String DICT_APPLY_FOR_CODE = "apply_for"; | ||
| 149 | - | ||
| 150 | - /** | ||
| 151 | * 提单状态 | 56 | * 提单状态 |
| 152 | */ | 57 | */ |
| 153 | public static final String DICT_DELIVERY_STATUS_CODE = "delivery_status"; | 58 | public static final String DICT_DELIVERY_STATUS_CODE = "delivery_status"; |
| ... | @@ -157,172 +62,7 @@ public class DatabaseConstants { | ... | @@ -157,172 +62,7 @@ public class DatabaseConstants { |
| 157 | */ | 62 | */ |
| 158 | public static final String DICT_OPER_STATUS_CODE = "oper_status"; | 63 | public static final String DICT_OPER_STATUS_CODE = "oper_status"; |
| 159 | 64 | ||
| 160 | - /** | ||
| 161 | - * 提单状态 | ||
| 162 | - */ | ||
| 163 | - public static final String DICT_FILE_SOURCE_CODE = "file_source"; | ||
| 164 | - | ||
| 165 | - /** | ||
| 166 | - * 提单状态 | ||
| 167 | - */ | ||
| 168 | - public static final String DICT_LOGIN_TYPE_CODE = "login_type"; | ||
| 169 | - | ||
| 170 | - /** | ||
| 171 | - * 邮件发送状态 | ||
| 172 | - */ | ||
| 173 | - public static final String DICT_MAIL_SEND_STATUS_CODE = "mail_send_status"; | ||
| 174 | - | ||
| 175 | - /** | ||
| 176 | - * 任务默认节点 | ||
| 177 | - */ | ||
| 178 | - public static final Long TASK_DEFAULT_NODE = 1L; | ||
| 179 | - | ||
| 180 | - /** | ||
| 181 | - * 任务默认执行类型 | ||
| 182 | - */ | ||
| 183 | - public static final Long TASK_EXEC_TYPE = 1L; | ||
| 184 | - | ||
| 185 | - /** | ||
| 186 | - * 任务类型。 | ||
| 187 | - * 1:执行程序操作(增删改查)数据。 | ||
| 188 | - * 2:邮件发送。 | ||
| 189 | - * 3:读取消息系统数据(MQ、Kafka、redis等) | ||
| 190 | - * 4:写入消息系统数据(MQ、Kafka、redis等) | ||
| 191 | - * 5:请求外部系统获取数据。 | ||
| 192 | - * 6:推送数据到外部系统。 | ||
| 193 | - */ | ||
| 194 | - public static final Long TASK_TYPE_EXEC = 1L; | ||
| 195 | - public static final Long TASK_TYPE_MAIL = 2L; | ||
| 196 | - public static final Long TASK_TYPE_READ_MQ = 3L; | ||
| 197 | - public static final Long TASK_TYPE_WRITE_MQ = 4L; | ||
| 198 | - public static final Long TASK_TYPE_READ_SERVER = 5L; | ||
| 199 | - public static final Long TASK_TYPE_WRITE_SERVER = 6L; | ||
| 200 | - | ||
| 201 | - /** | ||
| 202 | - * 任务状态 | ||
| 203 | - * 0:待执行(初始状态)。 | ||
| 204 | - * 1:执行成功。 | ||
| 205 | - * 2:执行中待获取结果。 | ||
| 206 | - * 3:执行失败 | ||
| 207 | - */ | ||
| 208 | - public static final Long TASK_STATUS_INIT = 0L; | ||
| 209 | - public static final Long TASK_STATUS_SUCC = 1L; | ||
| 210 | - public static final Long TASK_STATUS_IN_EXEC = 2L; | ||
| 211 | - public static final Long TASK_STATUS_FAIL = 3L; | ||
| 212 | - | ||
| 213 | - /** | ||
| 214 | - * 申报信息在任务管理中的分组CODE | ||
| 215 | - */ | ||
| 216 | - public static final String TASK_GROUP_CODE_DECLARE = "DECLARE_INFO"; | ||
| 217 | - | ||
| 218 | - /** | ||
| 219 | - * 重置密码在邮件日志里面的分组 | ||
| 220 | - */ | ||
| 221 | - public static final String MAIL_GROUP_CODE_RESETPWD = "RESULT_PASSWORD"; | ||
| 222 | 65 | ||
| 223 | public static final String FCL_PREFIX = "FCL"; | 66 | public static final String FCL_PREFIX = "FCL"; |
| 224 | 67 | ||
| 225 | - /** | ||
| 226 | - * 有无商标 | ||
| 227 | - * 1:无商标 | ||
| 228 | - */ | ||
| 229 | - public static final Long BRAND_NO = 1L; | ||
| 230 | - | ||
| 231 | - /** | ||
| 232 | - * 是否为电子冲退税报单 | ||
| 233 | - * 0:否 | ||
| 234 | - * 1:是 | ||
| 235 | - */ | ||
| 236 | - public static final Long TAX_FLAG_NO = 0L; | ||
| 237 | - public static final Long TAX_FLAG_YES = 1L; | ||
| 238 | - | ||
| 239 | - /** | ||
| 240 | - * 定义保存操作步骤 | ||
| 241 | - * 1:申报信息 2:核检信息 3:文件上传 | ||
| 242 | - */ | ||
| 243 | - public static final Long DEC_SAVE_INFO = 1L; | ||
| 244 | - public static final Long DEC_SAVE_CHECK_INFO = 2L; | ||
| 245 | - public static final Long DEC_SAVE_FILE = 3L; | ||
| 246 | - | ||
| 247 | - /** | ||
| 248 | - * 报关类别 | ||
| 249 | - */ | ||
| 250 | - public static final String DT_G5 = "G5"; | ||
| 251 | - public static final String DT_G3 = "G3"; | ||
| 252 | - public static final String DT_B9 = "B9"; | ||
| 253 | - public static final String DT_B8 = "B8"; | ||
| 254 | - public static final String DT_D5 = "D5"; | ||
| 255 | - public static final String DT_F5 = "F5"; | ||
| 256 | - | ||
| 257 | - /** | ||
| 258 | - * 出口统计方式 | ||
| 259 | - */ | ||
| 260 | - public static final String ESM_02 = "02"; | ||
| 261 | - public static final String ESM_81 = "81"; | ||
| 262 | - public static final String ESM_04 = "04"; | ||
| 263 | - public static final String ESM_82 = "82"; | ||
| 264 | - public static final String ESM_9E = "9E"; //del | ||
| 265 | - public static final String ESM_9L = "9L"; | ||
| 266 | - public static final String ESM_91 = "91"; | ||
| 267 | - public static final String ESM_9S = "9S"; | ||
| 268 | - public static final String ESM_94 = "94"; | ||
| 269 | - public static final String ESM_92 = "92"; | ||
| 270 | - public static final String ESM_9M = "9M"; | ||
| 271 | - public static final String ESM_96 = "96"; | ||
| 272 | - public static final String ESM_53 = "53"; | ||
| 273 | - public static final String ESM_OTHER = "OTHER"; | ||
| 274 | - | ||
| 275 | - /** | ||
| 276 | - * 产证 | ||
| 277 | - */ | ||
| 278 | - public static final String PC_NO = "pc_no"; | ||
| 279 | - public static final String PC_YES = "pc_yes"; | ||
| 280 | - public static final String PC_RANDOM = "pc_random"; | ||
| 281 | - public static final String PC_NI_RANDOM = "pc_niRandom"; | ||
| 282 | - | ||
| 283 | - /** | ||
| 284 | - * ECFA产证 | ||
| 285 | - */ | ||
| 286 | - public static final String ECFA_NO = "ecfa_no"; | ||
| 287 | - public static final String ECFA_YES = "ecfa_yes"; | ||
| 288 | - public static final String ECFA_APPLY = "ecfa_apply"; | ||
| 289 | - | ||
| 290 | - /** | ||
| 291 | - * 申请 | ||
| 292 | - */ | ||
| 293 | - public static final String AF_CT = "ct"; | ||
| 294 | - public static final String AF_TN = "tn"; | ||
| 295 | - public static final String AF_CK = "ck"; | ||
| 296 | - | ||
| 297 | - /** | ||
| 298 | - * 提单失败类型 | ||
| 299 | - * 1:超时失败(提单状态=4,超时情况。提示联系清关部门) | ||
| 300 | - * 2:三次发送邮件失败(提单状态=4,三次重发邮件失败。显示操作:重发) | ||
| 301 | - * 3:读取回执为失败(提单状态=4,读取失败,重试次数耗尽。浮框显示FAILED_MSG失败原因。) | ||
| 302 | - * 4:其他情况失败(3次匹配。其他情况等。显示:联系清关部门) | ||
| 303 | - */ | ||
| 304 | - public static final Long RECEIPT_FAIL_TYPE_TIMEOUT = 1L; | ||
| 305 | - public static final Long RECEIPT_FAIL_TYPE_RESEND = 2L; | ||
| 306 | - public static final Long RECEIPT_FAIL_TYPE_RECEIPT = 3L; | ||
| 307 | - public static final Long RECEIPT_FAIL_TYPE_OTHER = 4L; | ||
| 308 | - | ||
| 309 | - /** | ||
| 310 | - * 获取系统配置参数中邮件人员信息配置 | ||
| 311 | - */ | ||
| 312 | - public static final String SEND_MAIL_GROUP_DECLARE = "DECLARE_SEND_MAIL"; | ||
| 313 | - public static final String SEND_MAIL_GROUP_RESETPWD = "RESETPWD_SEND_MAIL"; | ||
| 314 | - | ||
| 315 | - public static final String MAIL_FROM = "FROM"; | ||
| 316 | - public static final String MAIL_PWD = "PWD"; | ||
| 317 | - public static final String MAIL_TO = "TO"; | ||
| 318 | - public static final String MAIL_CC = "CC"; | ||
| 319 | - | ||
| 320 | - /** | ||
| 321 | - * VIP清关组 | ||
| 322 | - */ | ||
| 323 | - public static final Long VIP_CC_TYPE = 1L; | ||
| 324 | - public static final Long VIP_CC_LIST_TYPE_WHITE = 1L; | ||
| 325 | - public static final Long VIP_CC_LIST_TYPE_BLACK = 2L; | ||
| 326 | - public static final String VIP_CC_ADD_CC_MAIL = "ADD_CC_MAIL"; | ||
| 327 | - | ||
| 328 | } | 68 | } | ... | ... |
| ... | @@ -8,188 +8,6 @@ package com.fedex.connect.common.dependencies.contants; | ... | @@ -8,188 +8,6 @@ package com.fedex.connect.common.dependencies.contants; |
| 8 | */ | 8 | */ |
| 9 | public class GlobalConstantFedex { | 9 | public class GlobalConstantFedex { |
| 10 | 10 | ||
| 11 | - /** | ||
| 12 | - * 系统CPU数量 | ||
| 13 | - */ | ||
| 14 | - public static final int DEFAULT_SIZE = Runtime.getRuntime().availableProcessors(); | ||
| 15 | - | ||
| 16 | - /** | ||
| 17 | - * 报表的最大导出数量 | ||
| 18 | - */ | ||
| 19 | - public static final Integer EXPORT_QTY = 999999; | ||
| 20 | - | ||
| 21 | - /** | ||
| 22 | - * 上传Excel最大行限制数量 | ||
| 23 | - */ | ||
| 24 | - public static final int UPLOAD_EXCEL_MAX_LINE = 15000; | ||
| 25 | - | ||
| 26 | - /** | ||
| 27 | - * 输入字符串最大字符长度(注意是字符) | ||
| 28 | - */ | ||
| 29 | - public static final int INPUT_CHARS_MAX_LENGTH = 1000; | ||
| 30 | - | ||
| 31 | - /** | ||
| 32 | - * 发送邮件标题前缀,同时也读取回执时的过滤条件 | ||
| 33 | - */ | ||
| 34 | - public static final String DECLARE_MAIL_TITLE_PREFIX = "FedEx-iClear"; | ||
| 35 | - public static final String DECLARE_MAIL_TITLE_CID = "-CID#"; | ||
| 36 | - public static final String DECLARE_MAIL_TITLE_AWB = "-AWB#"; | ||
| 37 | - public static final String DECLARE_MAIL_TITLE_SYSID = "-SYSID#"; | ||
| 38 | - | ||
| 39 | - | ||
| 40 | - public static final String SYMBOL_LINE_FEED = "</br>"; | ||
| 41 | - | ||
| 42 | - public static final String SYMBOL_FULL_HORN_COMMA = ","; | ||
| 43 | - | ||
| 44 | - public static final String SYMBOL_HALF_HORN_COMMA = ","; | ||
| 45 | - | ||
| 46 | - public static final String SYMBOL_HALF_HORN_LOWER_DOT = "."; | ||
| 47 | - | ||
| 48 | - public static final String SYMBOL_HALF_HORN_MIDDLE_DOT = "·"; | ||
| 49 | - | ||
| 50 | - public static final String SYMBOL_HALF_HORN_COLON = ":"; | ||
| 51 | - | ||
| 52 | - public static final String BLANK_SPACE = ""; | ||
| 53 | - | ||
| 54 | - /** | ||
| 55 | - * Excel xls | ||
| 56 | - */ | ||
| 57 | - public static final String EXCEL_SUFFIX_XLS = ".XLS"; | ||
| 58 | - /** | ||
| 59 | - * Excel xlsx | ||
| 60 | - */ | ||
| 61 | - public static final String EXCEL_SUFFIX_XLSX = ".XLSX"; | ||
| 62 | - | ||
| 63 | - public static final String DECLARE_INFO_OPER = "0"; | ||
| 64 | - | ||
| 65 | - public static final int DECLARE_SAVE = 0; | ||
| 66 | - public static final int DECLARE_UPDATE = 1; | ||
| 67 | - public static final int DECLARE_COMMIT = 2; | ||
| 68 | - | ||
| 69 | - /** | ||
| 70 | - * 提单号长度 | ||
| 71 | - */ | ||
| 72 | - public static final int DELIVERY_NO_LENGTH = 12; | ||
| 73 | - | ||
| 74 | - /** | ||
| 75 | - * 联系人长度 | ||
| 76 | - */ | ||
| 77 | - public static final int LIAISONS_LENGTH = 30; | ||
| 78 | - | ||
| 79 | - /** | ||
| 80 | - * 货物输出人统一编号长度 | ||
| 81 | - */ | ||
| 82 | - public static final int CONSIGNEE_NO_MIN_LENGTH = 8; | ||
| 83 | - | ||
| 84 | - /** | ||
| 85 | - * 货物输出人统一编号最大长度 | ||
| 86 | - */ | ||
| 87 | - public static final int CONSIGNEE_NO_MAX_LENGTH = 10; | ||
| 88 | - | ||
| 89 | - /** | ||
| 90 | - * 监管编号长度 | ||
| 91 | - */ | ||
| 92 | - public static final int SUPERVISORY_NO_LENGTH = 5; | ||
| 93 | - | ||
| 94 | - /** | ||
| 95 | - * 原进口报单号码最大长度 | ||
| 96 | - */ | ||
| 97 | - public static final int ORI_IMP_ENTRY_NO_MAX_LENGTH = 14; | ||
| 98 | - | ||
| 99 | - /** | ||
| 100 | - * 原进口报单号码最大长度 | ||
| 101 | - */ | ||
| 102 | - public static final int TAX_RULES_MAX_LENGTH = 50; | ||
| 103 | - | ||
| 104 | - /** | ||
| 105 | - * 通用最大长度 100 | ||
| 106 | - */ | ||
| 107 | - public static final int COMMON_DATABASE_MAX_LENGTH_ONE = 100; | ||
| 108 | - | ||
| 109 | - /** | ||
| 110 | - * 通用最大长度 200 | ||
| 111 | - */ | ||
| 112 | - public static final int COMMON_DATABASE_MAX_LENGTH_TWO = 200; | ||
| 113 | - | ||
| 114 | - /** | ||
| 115 | - * 通用最大长度 255 | ||
| 116 | - */ | ||
| 117 | - public static final int COMMON_DATABASE_MAX_LENGTH_THREE = 255; | ||
| 118 | - | ||
| 119 | - /** | ||
| 120 | - * 通用最大长度 6000 | ||
| 121 | - */ | ||
| 122 | - public static final int COMMON_DATABASE_MAX_LENGTH_FOUR = 6000; | ||
| 123 | - | ||
| 124 | - /** | ||
| 125 | - * 通用最大长度 1500 | ||
| 126 | - */ | ||
| 127 | - public static final int COMMON_DATABASE_MAX_LENGTH_FIVE = 1500; | ||
| 128 | - | ||
| 129 | - /** | ||
| 130 | - * 通用最大长度 18 | ||
| 131 | - */ | ||
| 132 | - public static final int COMMON_DATABASE_MAX_LENGTH_SIX = 15; | ||
| 133 | - | ||
| 134 | - /** | ||
| 135 | - * 通用最大长度 3 | ||
| 136 | - */ | ||
| 137 | - public static final int COMMON_DATABASE_MAX_LENGTH_SEVEN = 3; | ||
| 138 | - | ||
| 139 | - /** | ||
| 140 | - * 通用最大长度 20 | ||
| 141 | - */ | ||
| 142 | - public static final int COMMON_DATABASE_MAX_LENGTH_EIGHT = 20; | ||
| 143 | - | ||
| 144 | - /** | ||
| 145 | - * 通用最大长度 50 | ||
| 146 | - */ | ||
| 147 | - public static final int COMMON_DATABASE_MAX_LENGTH_NINE = 50; | ||
| 148 | - | ||
| 149 | - /** | ||
| 150 | - * 通用最大长度 300 | ||
| 151 | - */ | ||
| 152 | - public static final int COMMON_DATABASE_MAX_LENGTH_TEN = 300; | ||
| 153 | - | ||
| 154 | - | ||
| 155 | - | ||
| 156 | - /** | ||
| 157 | - * 多文件上传的最大个数限制 | ||
| 158 | - */ | ||
| 159 | - public static final int UPLOAD_FILE_MAX_COUNT = 100; | ||
| 160 | - | ||
| 161 | - /** | ||
| 162 | - * 多文件上传的最大个数限制(95M = 99,614,720 byte) | ||
| 163 | - */ | ||
| 164 | - public static final double UPLOAD_FILE_MAX_SIZE = 95 * 1024 * 1024; | ||
| 165 | - | ||
| 166 | - | ||
| 167 | - /** | ||
| 168 | - * 邮件最多重试次数 | ||
| 169 | - */ | ||
| 170 | - public static final Long MAIL_MAX_RETRY_NUM = 3L; | ||
| 171 | - | ||
| 172 | - /** | ||
| 173 | - * 其它 | ||
| 174 | - */ | ||
| 175 | - public static final String OTHER = "其它"; | ||
| 176 | - | ||
| 177 | - /** | ||
| 178 | - * 其它 | ||
| 179 | - */ | ||
| 180 | - public static final String PDF = ".pdf"; | ||
| 181 | - | ||
| 182 | - public static final String RESET_PWD_TYPE_KEY = "resetPwd"; | ||
| 183 | - | ||
| 184 | - public static final String COMPRESS_IMAGE_PREFIX = "COMPRESS_"; | ||
| 185 | - | ||
| 186 | - public static final Long IMAGE_SELECT = 1L; | ||
| 187 | - | ||
| 188 | public static final Long DECLARE_COUNT = 1000L; | 11 | public static final Long DECLARE_COUNT = 1000L; |
| 189 | 12 | ||
| 190 | - public static final Long PDF_CHECK_INFO = 1L; | ||
| 191 | - public static final Long PDF_INFO = 2L; | ||
| 192 | - | ||
| 193 | - public static final String SIGN = "/"; | ||
| 194 | - | ||
| 195 | } | 13 | } | ... | ... |
-
Please register or login to post a comment