rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WarehouseAreasItem.java
@@ -44,6 +44,15 @@
    @ApiModelProperty(value= "仓库区域")
    private Long areaId;
    @ApiModelProperty("单据ID")
    private Long asnId;
    @ApiModelProperty("单据编码")
    private String asnCode;
    @ApiModelProperty("单据明细ID")
    private Long asnItemId;
    /**
     * 区域名称
     */
@@ -74,8 +83,8 @@
    /**
     * 条形码
     */
    @ApiModelProperty(value= "条形码")
    private String barcode;
    @ApiModelProperty(value= "物料跟踪码")
    private String trackCode;
    /**
     * 数量
@@ -135,7 +144,7 @@
     * 供应商批次
     */
    @ApiModelProperty(value= "供应商批次")
    private String splrBtch;
    private String splrBatch;
    /**
     * 状态 1: 正常  0: 冻结  
@@ -194,13 +203,13 @@
    public WarehouseAreasItem() {}
    public WarehouseAreasItem(Long areaId,String areaName,Long matnrId,String matnrName,String matnrCode,String barcode,Double anfme,String batch,String unit,String stockUnit,String brand,Long shipperId,String splrId,Double weight,String prodTime,String splrBtch,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
    public WarehouseAreasItem(Long areaId,String areaName,Long matnrId,String matnrName,String matnrCode,String trackCode,Double anfme,String batch,String unit,String stockUnit,String brand,Long shipperId,String splrId,Double weight,String prodTime,String splrBtch,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.areaId = areaId;
        this.areaName = areaName;
        this.matnrId = matnrId;
        this.matnrName = matnrName;
        this.matnrCode = matnrCode;
        this.barcode = barcode;
        this.trackCode = trackCode;
        this.anfme = anfme;
        this.batch = batch;
        this.unit = unit;
@@ -210,7 +219,7 @@
        this.splrId = splrId;
        this.weight = weight;
        this.prodTime = prodTime;
        this.splrBtch = splrBtch;
        this.splrBatch = splrBtch;
        this.status = status;
        this.deleted = deleted;
        this.tenantId = tenantId;