Your Name
2022-12-12 10434d3c9758242ef9d645210ce3e8305e7a6be4
java110-bean/src/main/java/com/java110/po/resourceStoreUseRecord/ResourceStoreUseRecordPo.java
@@ -19,6 +19,8 @@
    //1001 报废回收   2002 工单损耗   3003 公用损耗
    private String state;
    private String statusCd = "0";
    public String getRepairId() {
        return repairId;
    }
@@ -122,4 +124,12 @@
    public void setState(String state) {
        this.state = state;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}