#
Junjie
6 天以前 82c36e2b434fa7a1c16b0448aa4cf1483107f79c
src/main/java/com/zy/asrs/entity/BasMap.java
@@ -6,8 +6,6 @@
import java.util.Date;
import com.baomidou.mybatisplus.annotations.TableField;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -67,6 +65,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) {