正在显示
2 个修改的文件
包含
13 行增加
和
2 行删除
| @@ -7,6 +7,7 @@ import java.util.Date; | @@ -7,6 +7,7 @@ import java.util.Date; | ||
| 7 | import java.util.List; | 7 | import java.util.List; |
| 8 | 8 | ||
| 9 | public class NMMS_CUSTOM_MT2201 { | 9 | public class NMMS_CUSTOM_MT2201 { |
| 10 | + | ||
| 10 | private String uuid; | 11 | private String uuid; |
| 11 | 12 | ||
| 12 | private String awba; | 13 | private String awba; |
| @@ -206,11 +207,11 @@ public class NMMS_CUSTOM_MT2201 { | @@ -206,11 +207,11 @@ public class NMMS_CUSTOM_MT2201 { | ||
| 206 | } | 207 | } |
| 207 | 208 | ||
| 208 | public String getCustomtype() { | 209 | public String getCustomtype() { |
| 209 | - return customtype; | 210 | + return "MT2201"; |
| 210 | } | 211 | } |
| 211 | 212 | ||
| 212 | public void setCustomtype(String customtype) { | 213 | public void setCustomtype(String customtype) { |
| 213 | - this.customtype = customtype; | 214 | + this.customtype = "MT2201"; |
| 214 | } | 215 | } |
| 215 | 216 | ||
| 216 | public String getExt2() { | 217 | public String getExt2() { |
| @@ -44,6 +44,8 @@ public class NMMS_CUSTOM_MT3201 { | @@ -44,6 +44,8 @@ public class NMMS_CUSTOM_MT3201 { | ||
| 44 | 44 | ||
| 45 | private Boolean isdelete; | 45 | private Boolean isdelete; |
| 46 | 46 | ||
| 47 | + private String customtype; | ||
| 48 | + | ||
| 47 | private String ext1; | 49 | private String ext1; |
| 48 | 50 | ||
| 49 | private String ext2; | 51 | private String ext2; |
| @@ -243,4 +245,12 @@ public class NMMS_CUSTOM_MT3201 { | @@ -243,4 +245,12 @@ public class NMMS_CUSTOM_MT3201 { | ||
| 243 | public void setChildren(List<NMMS_CUSTOM_MT3201> children) { | 245 | public void setChildren(List<NMMS_CUSTOM_MT3201> children) { |
| 244 | this.children = children; | 246 | this.children = children; |
| 245 | } | 247 | } |
| 248 | + | ||
| 249 | + public String getCustomtype() { | ||
| 250 | + return "MT3201"; | ||
| 251 | + } | ||
| 252 | + | ||
| 253 | + public void setCustomtype(String customtype) { | ||
| 254 | + this.customtype = "MT3201"; | ||
| 255 | + } | ||
| 246 | } | 256 | } |
-
请 注册 或 登录 后发表评论