zjj
2025-05-06 46586e4f4926cf0f599edf181d06b52a402cbb6e
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java
@@ -368,4 +368,22 @@
        }
    }
    public String getIsptResult$(){
        if (null == this.isptResult){ return null; }
        switch (this.isptResult){
            case 0:
                return "未检";
            case 1:
                return "合格";
            case 2:
                return "不合格";
            case 3:
                return "待定";
            case 4:
                return "部分合格";
            default:
                return "";
        }
    }
}