正在显示
1 个修改的文件
包含
10 行增加
和
0 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论