Junjie
3 天以前 63b01db83d9aad8a15276b4236a9a22e4aeef065
src/main/java/com/zy/asrs/entity/BasStation.java
@@ -109,6 +109,20 @@
    @TableField("station_alias")
    private String stationAlias;
    /**
     * 出库任务上限
     */
    @ApiModelProperty(value= "出库任务上限")
    @TableField("out_task_limit")
    private Integer outTaskLimit;
    /**
     * 出库缓存容量
     */
    @ApiModelProperty(value= "出库缓存容量")
    @TableField("out_buffer_capacity")
    private Integer outBufferCapacity;
    public BasStation() {}
    public BasStation(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer stationLev) {