skyouc
4 天以前 27f59f44345d044967e2048f09dbd704f90ce3db
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java
@@ -2,17 +2,16 @@
import java.text.SimpleDateFormat;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.*;
import org.springframework.format.annotation.DateTimeFormat;
import com.baomidou.mybatisplus.annotation.TableLogic;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableLogic;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -39,6 +38,7 @@
    /**
     * 编码
     */
    @TableField(exist = false)
    @ApiModelProperty(value= "编码")
    private String code;
@@ -64,7 +64,7 @@
     * 长度
     */
    @ApiModelProperty(value= "长度")
    private Double lenght;
    private Double length;
    /**
     * 宽度
@@ -185,7 +185,7 @@
        this.name = name;
        this.type = typeId;
        this.used = used;
        this.lenght = lenght;
        this.length = lenght;
        this.width = width;
        this.height = height;
        this.rstLen = rstLen;