作者 shenhailong

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

... ... @@ -56,6 +56,8 @@ public class NMMS_CUSTOM_MT4201 {
private String ext5;
private String customtype;
private AWB_AWBINFO awbinfo;
private NMMS_CUSTOM_USER user;
... ... @@ -253,4 +255,12 @@ public class NMMS_CUSTOM_MT4201 {
public void setChildren(List<NMMS_CUSTOM_MT4201> children) {
this.children = children;
}
public String getCustomtype() {
return "MT3201";
}
public void setCustomtype(String customtype) {
this.customtype = "MT3201";
}
}
... ...