机具分公司和宏源分公司部门id定义
This commit is contained in:
parent
fc2e85c832
commit
f0a71827af
|
|
@ -580,4 +580,15 @@ public class GlobalConstants {
|
||||||
*/
|
*/
|
||||||
public static final List<String> roleList = Arrays.asList("cly", "库管员", "wxy");
|
public static final List<String> roleList = Arrays.asList("cly", "库管员", "wxy");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Long 101L 机具(物流)分公司部门id
|
||||||
|
*/
|
||||||
|
public static final Long LONG_JJ = 101L;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Long 309L 安徽宏源电力建设有限公司部门id
|
||||||
|
*/
|
||||||
|
public static final Long LONG_HY = 309L;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue