qushaowei
2025-06-05 dff404ac7e0571e7033a42ed189529e70fdc09ee
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java
@@ -25,6 +25,8 @@
    String SEAL_UP_CODE_RULE = "EquipmentSealUpCodeRule";
    //设备调拨编码规则
    String TRANSFER_CODE_RULE = "EquipmentTransferCodeRule";
    //设备调拨编码规则
        String SCRAP_CODE_RULE = "EquipmentScrapCodeRule";
    /**
     * 备件请购单状态 1:已创建 2:已提交 3:已通过 4:已驳回 5:已完成
     */
@@ -33,6 +35,15 @@
    String SPARE_REQUISITION_STATUS_3 = "3";
    String SPARE_REQUISITION_STATUS_4 = "4";
    String SPARE_REQUISITION_STATUS_5 = "5";
    /**
     * 备件领用单状态 1:待领取 2:待审批 3:已领取 4:已领取 5:已领取
     */
    String receive_status_1 = "1"; //待领取
    String receive_status_2 = "2"; //待审批
    String receive_status_3 = "3"; //已领取
    String receive_status_4 = "4"; //待归还
    String receive_status_5 = "5"; //已归还
    /**
     * 岗位编码
@@ -49,5 +60,7 @@
    String PCR0005 = "PCR0005";
    //机动办管理员
    String PCR0006 = "PCR0006";
    //备件管理员
    String PCR0007 = "PCR0007";
}