作者 shenhailong

出港装载 连表回执信息 添加 customType字段 业务类型

@@ -56,6 +56,8 @@ public class NMMS_CUSTOM_MT4201 { @@ -56,6 +56,8 @@ public class NMMS_CUSTOM_MT4201 {
56 56
57 private String ext5; 57 private String ext5;
58 58
  59 + private String customtype;
  60 +
59 private AWB_AWBINFO awbinfo; 61 private AWB_AWBINFO awbinfo;
60 62
61 private NMMS_CUSTOM_USER user; 63 private NMMS_CUSTOM_USER user;
@@ -253,4 +255,12 @@ public class NMMS_CUSTOM_MT4201 { @@ -253,4 +255,12 @@ public class NMMS_CUSTOM_MT4201 {
253 public void setChildren(List<NMMS_CUSTOM_MT4201> children) { 255 public void setChildren(List<NMMS_CUSTOM_MT4201> children) {
254 this.children = children; 256 this.children = children;
255 } 257 }
  258 +
  259 + public String getCustomtype() {
  260 + return "MT3201";
  261 + }
  262 +
  263 + public void setCustomtype(String customtype) {
  264 + this.customtype = "MT3201";
  265 + }
256 } 266 }