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