rev:修改合格证入库组盘实体

This commit is contained in:
2024-11-27 18:50:30 +08:00
parent 40ce17b0d6
commit 19bd76cb27

View File

@@ -1,12 +1,8 @@
package org.nl.wms.pda_manage.iostorage.server.dto;
import com.alibaba.fastjson.JSONObject;
import lombok.Data;
import org.springframework.util.CollectionUtils;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.List;
/**
* <p>
@@ -26,7 +22,7 @@ public class PdaFormInMst implements Serializable {
*/
private String vehicle_code;
/**
* 单据编
* 单据编
*/
private String billNo;
/**
@@ -34,12 +30,12 @@ public class PdaFormInMst implements Serializable {
*/
private String bar_code;
/**
* 单号
* 关联生产订单号/收料清单号
*/
private String moNumber;
/**
* 订单明细号
* 关联生产订单号/收料清单号明细
*/
private String moEntrySeq;
@@ -67,35 +63,44 @@ public class PdaFormInMst implements Serializable {
private String unit_id;
/**
* 单位name
* 基本单位/采购单位Id
*/
private String remainInStockUnitId;
/**
* 单位名称
*/
private String unit_name;
/**
* 入库数量
* 入库数量/采购数量
*/
private String qty;
/**
* 组织
* 入库组织/收料组织FStockOrgId
*/
private String stockOrgId;
/**
* 生产组织
* 生产组织/采购组织FPurchase0rgId
*/
private String prdOrgId;
/**
* 货主
*/
private String ownerId_Id;
/**
* ERP仓库
*/
private String stockId;
/**
* ERP仓库库存状态Id
*/
private String stockStatusId;
/**
* 单重
*/
@@ -105,4 +110,47 @@ public class PdaFormInMst implements Serializable {
*/
private String pcsn;
/**
* 单据类型
*/
private String billTypeId;
/**
* 单据类型
*/
private String BillType;
/**
* 供应商Id
*/
private String supplierId;
/**
* 货主
*/
private String ownerId_Id;
/**
* 货主类型id
*/
private String ownerTypeId;
/**
* 保管者类型Id
*/
private String KeeperTypeId;
/**
* 保管者Id
*/
private String keeperId;
/**
* 业务类型
*/
private String businessType;
/**
* 入库时间
*/
private String Date;
}