自动化立体仓库 - WCS系统
*
lsh
2025-04-09 59fd1401d0d2ca82f1391d1147858e0c5e5e4660
src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -25,93 +25,93 @@
     * 编号
     */
    @ApiModelProperty(value= "编号")
    @TableId(value = "\"DEV_NO\"", type = IdType.INPUT)
    @TableId(value = "DEV_NO", type = IdType.INPUT)
    private Integer devNo;
    /**
     * 设备描述
     */
    @ApiModelProperty(value= "设备描述")
    @TableField("\"DEC_DESC\"")
    @TableField("DEC_DESC")
    private String decDesc;
    /**
     * 备注
     */
    @ApiModelProperty(value= "备注")
    @TableField("\"DEV_MK\"")
    @TableField("DEV_MK")
    private String devMk;
    /**
     * 可入
     */
    @ApiModelProperty(value= "可入")
    @TableField("\"IN_ENABLE\"")
    @TableField("IN_ENABLE")
    private String inEnable;
    /**
     * 可出
     */
    @ApiModelProperty(value= "可出")
    @TableField("\"OUT_ENABLE\"")
    @TableField("OUT_ENABLE")
    private String outEnable;
    /**
     * 自动
     */
    @ApiModelProperty(value= "自动")
    @TableField("\"AUTOING\"")
    @TableField("AUTOING")
    private String autoing;
    /**
     * 有物
     */
    @ApiModelProperty(value= "有物")
    @TableField("\"LOADING\"")
    @TableField("LOADING")
    private String loading;
    /**
     * 能入
     */
    @ApiModelProperty(value= "能入")
    @TableField("\"CANINING\"")
    @TableField("CANINING")
    private String canining;
    /**
     * 能出
     */
    @ApiModelProperty(value= "能出")
    @TableField("\"CANOUTING\"")
    @TableField("CANOUTING")
    private String canouting;
    @ApiModelProperty(value= "")
    @TableField("\"FRONTING\"")
    @TableField("FRONTING")
    private String fronting;
    @ApiModelProperty(value= "")
    @TableField("\"REARING\"")
    @TableField("REARING")
    private String rearing;
    @ApiModelProperty(value= "")
    @TableField("\"UPING\"")
    @TableField("UPING")
    private String uping;
    @ApiModelProperty(value= "")
    @TableField("\"DOWNING\"")
    @TableField("DOWNING")
    private String downing;
    /**
     * 需求1
     */
    @ApiModelProperty(value= "需求1")
    @TableField("\"INREQ1\"")
    @TableField("INREQ1")
    private String inreq1;
    /**
     * 需求2
     */
    @ApiModelProperty(value= "需求2")
    @TableField("\"INREQ2\"")
    @TableField("INREQ2")
    private String inreq2;
    /**