15 lines
288 B
Java
15 lines
288 B
Java
|
|
package com.engine.bjcj220907.constant;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @author Harryxzy
|
||
|
|
* @date 2022/09/05 13:07
|
||
|
|
* @description 境外出差天数常量
|
||
|
|
*/
|
||
|
|
public class AbroadBusinessCountConstant {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 工作类型为境外出差
|
||
|
|
*/
|
||
|
|
public static final String ABROADBUSINESS_LX= "5";
|
||
|
|
}
|