#
Junjie
2 天以前 a2a5f1b9b70be48687ac7f84ebf6aa132c3721e9
src/main/java/com/zy/asrs/entity/BasStation.java
@@ -23,7 +23,6 @@
     */
    @ApiModelProperty(value= "编号")
    @TableId(value = "station_id", type = IdType.INPUT)
    @TableField("station_id")
    private Integer stationId;
    /**
@@ -110,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) {