#
Junjie
3 天以前 1c6befe06b8a19dd5da1e34fc667d45be1597bb7
src/main/java/com/zy/asrs/entity/BasMap.java
@@ -67,6 +67,34 @@
    @TableField("origin_data")
    private String originData;
    /**
     * 基准排
     */
    @ApiModelProperty(value= "基准排")
    @TableField("base_row")
    private Integer baseRow;
    /**
     * 基准排-code值
     */
    @ApiModelProperty(value= "基准排-code值")
    @TableField("base_row_code")
    private Integer baseRowCode;
    /**
     * 基准列
     */
    @ApiModelProperty(value= "基准列")
    @TableField("base_bay")
    private Integer baseBay;
    /**
     * 基准列-code值
     */
    @ApiModelProperty(value= "基准列-code值")
    @TableField("base_bay_code")
    private Integer baseBayCode;
    public BasMap() {}
    public BasMap(String data,Date createTime,Date updateTime,String lastData,Integer lev) {