chen.lin
19 小时以前 a2ef34a807b1f88ac9b18dae51adbf61ce821595
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java
@@ -8,6 +8,7 @@
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.vincent.rsf.server.system.entity.DictData;
import com.vincent.rsf.server.system.service.DictDataService;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -24,6 +25,7 @@
import java.util.Date;
@Data
@Accessors(chain = true)
@TableName("man_bas_container")
public class BasContainer implements Serializable {
@@ -36,6 +38,10 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("唯一编码")
    private String code;
    /**
     * 容器类型
     */
@@ -43,10 +49,13 @@
    private Long containerType;
    /**
     * 容器条码类型
     * 料箱条码类型
     */
    @ApiModelProperty(value= "容器条码类型")
    @ApiModelProperty(value= "料箱条码类型")
    private String codeType;
    @ApiModelProperty("是否满箱")
    private String isHalf;
    /**
     * 可入库区
@@ -58,7 +67,6 @@
     * 是否删除 1: 是  0: 否  
     */
    @ApiModelProperty(value= "是否删除 1: 是  0: 否  ")
    @TableLogic
    private Integer deleted;
    /**
@@ -126,7 +134,7 @@
//    BasContainer basContainer = new BasContainer(
//            null,    // 容器类型
//            null,    // 容器条码类型
//            null,    // 料箱条码类型
//            null,    // 可入库区
//            null,    // 是否删除
//            null,    // 状态