skyouc
2025-05-07 6e862677cb31ac62bf2520e4e81f1e2ab741efae
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WarehouseAreasItem.java
@@ -5,6 +5,7 @@
import java.text.SimpleDateFormat;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.vincent.rsf.server.manager.service.CompanysService;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
@@ -53,6 +54,19 @@
    @ApiModelProperty("单据明细ID")
    private Long asnItemId;
    @ApiModelProperty("行号")
    private String platItemId;
    @ApiModelProperty("质检结果")
    private Short isptResult;
    @ApiModelProperty("已收货数量")
    private Double qty;
    @ApiModelProperty("执行数量")
    private Double workQty;
    /**
     * 区域名称
     */
@@ -72,7 +86,7 @@
     * 物料名称
     */
    @ApiModelProperty(value= "物料名称")
    private String matnrName;
    private String maktx;
    /**
     * 物料编码
@@ -156,7 +170,6 @@
     * 是否删除 1: 是  0: 否  
     */
    @ApiModelProperty(value= "是否删除 1: 是  0: 否  ")
    @TableLogic
    private Integer deleted;
    /**
@@ -176,6 +189,7 @@
     */
    @ApiModelProperty(value= "添加时间")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date createTime;
    /**
@@ -184,11 +198,18 @@
    @ApiModelProperty(value= "修改人员")
    private Long updateBy;
    @ApiModelProperty("是否合格")
    private Short flagNorm;
    @ApiModelProperty("质检数量")
    private Double isptQty;
    /**
     * 修改时间
     */
    @ApiModelProperty(value= "修改时间")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date updateTime;
    @ApiModelProperty("扩展字段")
@@ -207,7 +228,7 @@
        this.areaId = areaId;
        this.areaName = areaName;
        this.matnrId = matnrId;
        this.matnrName = matnrName;
        this.maktx = matnrName;
        this.matnrCode = matnrCode;
        this.trackCode = trackCode;
        this.anfme = anfme;