feat(impp):组织结构添加事业部节点

yun-zuoyi
汪云昊 4 years ago
parent 62d9679308
commit af4ce0fa32

@ -19,6 +19,7 @@ public class ImppEnumUtil {
public enum ORGANIZE_YTPE {
TYPE_GROUP(1, "集团", "集团"),
TYPE_DIVISION(4, "事业部", "事业部"),
TYPE_COMPANY(2, "公司", "公司"),
TYPE_FACTORY(3, "工厂", "工厂");

Loading…
Cancel
Save