weaver-hrm-salary/src/com/engine/salary/cache/SalaryModuleKey.java

17 lines
469 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.engine.salary.cache;
/**
* @description: 用于拷贝定义所有的模块key按照模块名规范表进行定义便于开发引用。要求变量名和变量值必须完全保持一致
* @author: xiajun
* @modified By: xiajun
* @date: Created in 12/13/21 11:24 AM
* @version:v1.0
*/
public class SalaryModuleKey {
/**
* 薪酬管理模块表示标识
*/
public final static String HRM_SALARY_MODULE = "HRM_SALARY_MODULE";
}