|
|
package com.glxp.api.res.thrsys;
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
@Data
|
|
|
public class ThrErpOrderResponse {
|
|
|
|
|
|
|
|
|
private long id;
|
|
|
private String erpOrderId;
|
|
|
private String iodtlId;
|
|
|
private String inoutId;
|
|
|
private String companyid;
|
|
|
private String companyname;
|
|
|
private String goodsid;
|
|
|
private String goodsname;
|
|
|
private String goodsunit;
|
|
|
private String batchNoId;
|
|
|
private String batchNo;
|
|
|
private String credate;
|
|
|
private String warehouseCode;
|
|
|
private String productDate;
|
|
|
private String expireDate;
|
|
|
private Integer erpCount;
|
|
|
private String originType;
|
|
|
private int reCount;
|
|
|
private String uuidFk;
|
|
|
private String supId;
|
|
|
private String supName;
|
|
|
private Integer bindSupStatus;
|
|
|
|
|
|
|
|
|
private String nameCode;
|
|
|
private String productCompany;
|
|
|
private String coName;
|
|
|
private String authCode;
|
|
|
private String packSpec;
|
|
|
private String packRatio;
|
|
|
private int bhzxxsbzsl;
|
|
|
private int zxxsbzbhsydysl;
|
|
|
private String isDownload;
|
|
|
private String orderIdFk;
|
|
|
private String nameCodes;
|
|
|
private String status;
|
|
|
private Integer count;
|
|
|
private String relIdFk;
|
|
|
private Integer bindStatus;
|
|
|
private int orderFromType; //1.本地业务单据,0.本地缓存第三方业务单据;(默认0)2.实时拉取第三方业务单据
|
|
|
|
|
|
private String ylqxzcrbarmc;
|
|
|
private String secSalesListNo;
|
|
|
private String firstSalesInvNo;
|
|
|
private String secSalesInvNo;
|
|
|
private String invoiceDate;
|
|
|
private BigDecimal price;
|
|
|
|
|
|
private boolean checkSuccess;
|
|
|
private String locStorageCode;
|
|
|
private String invWarehouseCode;//当前分库
|
|
|
private String fromSubInvCode; //往来分库
|
|
|
private String billType;
|
|
|
|
|
|
public Integer getBindStatus() {
|
|
|
if (bindStatus == null)
|
|
|
return 0;
|
|
|
return bindStatus;
|
|
|
}
|
|
|
|
|
|
private String bindRlFk;
|
|
|
|
|
|
|
|
|
private String serialNo;
|
|
|
private String code;
|
|
|
|
|
|
private Integer codeId;
|
|
|
}
|