自动化立体仓库 - WMS系统
野心家
2023-08-28 f5e8c627a7082b142c8f4b0fe5bbc17c68680361
src/main/java/com/zy/asrs/entity/TestMast.java
@@ -22,6 +22,8 @@
    /**
     * 编号
     *
     *
     */
    @ApiModelProperty(value= "编号")
    @TableId(value = "id", type = IdType.AUTO)
@@ -101,7 +103,7 @@
            case 0:
                return "暂停";
            case 1:
                return "申请中";
                return "待测";
            case 2:
                return "复核中";
            case 3: