|
@@ -2,15 +2,15 @@ package com.pj.api.dto;
|
|
|
|
|
|
public class HtImportOrderDto {
|
|
|
|
|
|
- private Integer platSeqNo;
|
|
|
+ private String platSeqNo;
|
|
|
private String preNo;
|
|
|
private String itrdclDeclareId;
|
|
|
private String declareId;
|
|
|
private String declareType;
|
|
|
private String declareName;
|
|
|
private String ciphertextIdno;
|
|
|
- private Integer shopNo;
|
|
|
- private Integer shopName;
|
|
|
+ private String shopNo;
|
|
|
+ private String shopName;
|
|
|
private String orgPutrecNo;
|
|
|
private String orgName;
|
|
|
private String orgScc;
|
|
@@ -53,11 +53,11 @@ public class HtImportOrderDto {
|
|
|
private String borderPeopleLimitList;
|
|
|
private String goodsList;
|
|
|
|
|
|
- public Integer getPlatSeqNo() {
|
|
|
+ public String getPlatSeqNo() {
|
|
|
return platSeqNo;
|
|
|
}
|
|
|
|
|
|
- public void setPlatSeqNo(Integer platSeqNo) {
|
|
|
+ public void setPlatSeqNo(String platSeqNo) {
|
|
|
this.platSeqNo = platSeqNo;
|
|
|
}
|
|
|
|
|
@@ -109,19 +109,19 @@ public class HtImportOrderDto {
|
|
|
this.ciphertextIdno = ciphertextIdno;
|
|
|
}
|
|
|
|
|
|
- public Integer getShopNo() {
|
|
|
+ public String getShopNo() {
|
|
|
return shopNo;
|
|
|
}
|
|
|
|
|
|
- public void setShopNo(Integer shopNo) {
|
|
|
+ public void setShopNo(String shopNo) {
|
|
|
this.shopNo = shopNo;
|
|
|
}
|
|
|
|
|
|
- public Integer getShopName() {
|
|
|
+ public String getShopName() {
|
|
|
return shopName;
|
|
|
}
|
|
|
|
|
|
- public void setShopName(Integer shopName) {
|
|
|
+ public void setShopName(String shopName) {
|
|
|
this.shopName = shopName;
|
|
|
}
|
|
|
|
|
@@ -453,7 +453,7 @@ public class HtImportOrderDto {
|
|
|
this.goodsList = goodsList;
|
|
|
}
|
|
|
|
|
|
- public HtImportOrderDto(Integer platSeqNo, String preNo, String itrdclDeclareId, String declareId, String declareType, String declareName, String ciphertextIdno, Integer shopNo, Integer shopName, String orgPutrecNo, String orgName, String orgScc, String veNo, String vehicleType, String btrnbBizModecd, String gFlow, String iEFlag, String fieldCode, String fieldName, String customsCode, String carPool, String note, String sumAmt, String sumGrossWt, String sumNetWt, String trafMode, String currCode, String packNo, String tradeCountry, String mName, String mScc, String shareFlag, String dclType, String mdfblRvkRsn, String borderFlag, String delStatus, String declStatus, String declTime, String rcptTime, String auditRemark, String agentCode, String manifestId, String shopPutrecNo, String borderId, String msgId, String entCode, String entName, String borderPeopleList, String borderPeopleLimitList, String goodsList) {
|
|
|
+ public HtImportOrderDto(String platSeqNo, String preNo, String itrdclDeclareId, String declareId, String declareType, String declareName, String ciphertextIdno, String shopNo, String shopName, String orgPutrecNo, String orgName, String orgScc, String veNo, String vehicleType, String btrnbBizModecd, String gFlow, String iEFlag, String fieldCode, String fieldName, String customsCode, String carPool, String note, String sumAmt, String sumGrossWt, String sumNetWt, String trafMode, String currCode, String packNo, String tradeCountry, String mName, String mScc, String shareFlag, String dclType, String mdfblRvkRsn, String borderFlag, String delStatus, String declStatus, String declTime, String rcptTime, String auditRemark, String agentCode, String manifestId, String shopPutrecNo, String borderId, String msgId, String entCode, String entName, String borderPeopleList, String borderPeopleLimitList, String goodsList) {
|
|
|
this.platSeqNo = platSeqNo;
|
|
|
this.preNo = preNo;
|
|
|
this.itrdclDeclareId = itrdclDeclareId;
|
|
@@ -505,4 +505,7 @@ public class HtImportOrderDto {
|
|
|
this.borderPeopleLimitList = borderPeopleLimitList;
|
|
|
this.goodsList = goodsList;
|
|
|
}
|
|
|
+
|
|
|
+ public HtImportOrderDto() {
|
|
|
+ }
|
|
|
}
|