zhangherong
2025-04-27 1007e0b552accd3288e7da6b47d8cc49a03bdf62
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java
@@ -24,4 +24,18 @@
    String SPARE_REQUISITION_STATUS_4 = "4";
    String SPARE_REQUISITION_STATUS_5 = "5";
    /**
     * 岗位编码
     */
    //操作工
    String PCR0001 = "PCR0001";
    //维修工
    String PCR0002 = "PCR0002";
    //班组长
    String PCR0003 = "PCR0003";
    //设备管理员
    String PCR0004 = "PCR0004";
    //设备能源部
    String PCR0005 = "PCR0005";
}