2022-09-19 13:41:09 +08:00
|
|
|
package com.engine.salary.sys.constant;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 系统常量
|
|
|
|
|
* <p>Copyright: Copyright (c) 2022</p>
|
|
|
|
|
* <p>Company: 泛微软件</p>
|
|
|
|
|
*
|
|
|
|
|
* @author qiantao
|
|
|
|
|
* @version 1.0
|
|
|
|
|
**/
|
|
|
|
|
public class SalarySysConstant {
|
|
|
|
|
/**
|
|
|
|
|
* 自定义配置
|
|
|
|
|
*/
|
|
|
|
|
public static final String CUSTOM_CODE = "custom";
|
|
|
|
|
/**
|
|
|
|
|
* 排序规则标识
|
|
|
|
|
*/
|
|
|
|
|
public static final String ORDER_RULE_CODE = "orderRule";
|
2022-09-19 16:44:32 +08:00
|
|
|
/**
|
|
|
|
|
* 顺序标识
|
|
|
|
|
*/
|
|
|
|
|
public static final String ASCORDESC_CODE = "ascOrDesc";
|
2022-09-22 10:10:18 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 定位人员规则标识
|
|
|
|
|
*/
|
|
|
|
|
public static final String MATCH_EMPLOYEE_MODE = "matchEmployeeMode";
|
2022-09-27 17:43:43 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 核算合计功能开启标识
|
|
|
|
|
*/
|
|
|
|
|
public static final String OPEN_ACCT_RESULT_SUM = "OPEN_ACCT_RESULT_SUM";
|
2022-10-10 09:43:57 +08:00
|
|
|
|
2022-11-07 11:31:21 +08:00
|
|
|
/**
|
|
|
|
|
* 是否显示脱敏表人员信息
|
|
|
|
|
*/
|
|
|
|
|
public static final String DISPLAY_EMP_INFO_REPORT = "DISPLAY_EMP_INFO_REPORT";
|
|
|
|
|
|
2022-10-10 09:43:57 +08:00
|
|
|
/**
|
|
|
|
|
* 应用设置是否开启加密
|
|
|
|
|
*/
|
|
|
|
|
public static final String OPEN_APPLICATION_ENCRYPT = "OPEN_APPLICATION_ENCRYPT";
|
|
|
|
|
/**
|
|
|
|
|
* 加密后前缀
|
|
|
|
|
*/
|
|
|
|
|
public static final String PRE_SIGN_ENCRYPT = "AES_";
|
|
|
|
|
/**
|
|
|
|
|
* 锁的key
|
|
|
|
|
*/
|
|
|
|
|
public static final String AES_ENCRYPT_IN_PROGRESS = "AES_ENCRYPT_IN_PROGRESS";
|
2022-10-12 14:24:01 +08:00
|
|
|
public static final String ENCRYPT_IN_PROGRESS = "ENCRYPT_PROGRESS_";
|
2022-11-08 11:22:56 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 需要申报功能
|
|
|
|
|
*/
|
|
|
|
|
public static final String TAX_DECLARATION_FUNCTION = "taxDeclarationFunction";
|
2023-06-02 15:25:46 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 是否需要导入、编辑项目自动锁定conf_key
|
|
|
|
|
*/
|
|
|
|
|
public static final String EDIT_IMPORT_AUTO_LOCK = "EditImportAutoLock";
|
|
|
|
|
|
2023-06-16 14:40:36 +08:00
|
|
|
/**
|
|
|
|
|
* 薪资核算、社保福利核算人员规则
|
|
|
|
|
*/
|
|
|
|
|
public static final String SALARY_ACCT_EMPLOYEE_RULE = "salaryAcctEmployeeRule";
|
|
|
|
|
|
2023-06-14 16:15:05 +08:00
|
|
|
/**
|
|
|
|
|
* 工资单二次验证方式
|
|
|
|
|
*/
|
|
|
|
|
public static final String SALARY_PAYROLL_CHECK_TYPE = "SALARY_PAYROLL_CHECK_TYPE";
|
|
|
|
|
|
2023-06-29 16:38:50 +08:00
|
|
|
/**
|
|
|
|
|
* 个税申报撤回
|
|
|
|
|
*/
|
|
|
|
|
public static final String WITHDRAW_TAX_DECLARATION ="WITHDRAW_TAX_DECLARATION";
|
|
|
|
|
|
2023-06-29 10:35:55 +08:00
|
|
|
/**
|
|
|
|
|
* 删除薪资档案
|
|
|
|
|
*/
|
|
|
|
|
public static final String SALARY_ARCHIVE_DELETE = "salaryArchiveDelete";
|
2023-07-10 11:11:52 +08:00
|
|
|
|
|
|
|
|
/**
|
2023-07-12 15:17:59 +08:00
|
|
|
* 工资单确认反馈状态
|
2023-07-10 11:11:52 +08:00
|
|
|
*/
|
|
|
|
|
public static final String SALARY_SEND_FEEDBACK = "SALARY_SEND_FEEDBACK";
|
2023-07-11 17:28:15 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 工资单反馈自动确认
|
|
|
|
|
*/
|
2023-07-12 15:17:59 +08:00
|
|
|
public static final String SALARY_AUTO_ACK_DAYS = "SALARY_AUTO_ACK_DAYS";
|
|
|
|
|
/**
|
|
|
|
|
* 工资单反馈地址
|
|
|
|
|
*/
|
|
|
|
|
public static final String SALARY_FEEDBACK_URL = "SALARY_FEEDBACK_URL";
|
2023-07-11 17:28:15 +08:00
|
|
|
|
2022-09-19 13:41:09 +08:00
|
|
|
}
|