This commit is contained in:
parent
f0ed1244d0
commit
2ca16fd1d5
|
|
@ -55,6 +55,15 @@ public class MaterialConstants {
|
|||
/** 领料单号的开头字母 */
|
||||
public static final String LEASE_TASK_TYPE_LABEL = "L";
|
||||
|
||||
/** 机具公司领料单号的开头字母 */
|
||||
public static final String JJ_LEASE_TASK_TYPE_LABEL = "JJL";
|
||||
|
||||
/** 安全工器具领料单号的开头字母 */
|
||||
public static final String AQ_LEASE_TASK_TYPE_LABEL = "AQL";
|
||||
|
||||
/** 宏源领料单号的开头字母 */
|
||||
public static final String HY_LEASE_TASK_TYPE_LABEL = "HYL";
|
||||
|
||||
/** 退料单号的开头字母 */
|
||||
public static final String BACK_TASK_TYPE_LABEL = "T";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue