野心家
2024-12-05 231e55d38511146988fac0d1b09432d8742d5656
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -186,12 +186,12 @@
     */
    @ApiModelProperty(value= "消防状态{0:正常,1:报警}")
    @TableField("fire_status")
    private Integer fireStatus;
    private Integer fireStatus=0;
    /**
     * 产品状态{0:无,1:待测,2:测试中;3.测试完成;4.测试失败;5.静置中;6:静置完成;7:暂停测试;8:紧急出库;}
     */
    @ApiModelProperty(value= "产品状态{0:无,1:待测,2:测试中;3.静置中;4:静置完成}")
    @ApiModelProperty(value= "产品状态{0:无,1:待测,2:测试中;3.测试完成;4.测试失败;5.静置中;6:静置完成;7:暂停测试;8:紧急出库;}")
    @TableField("pack_status")
    private Integer packStatus;