...
|
...
|
@@ -44,6 +44,8 @@ public class NMMS_CUSTOM_MT3201 { |
|
|
|
|
|
private Boolean isdelete;
|
|
|
|
|
|
private String customtype;
|
|
|
|
|
|
private String ext1;
|
|
|
|
|
|
private String ext2;
|
...
|
...
|
@@ -243,4 +245,12 @@ public class NMMS_CUSTOM_MT3201 { |
|
|
public void setChildren(List<NMMS_CUSTOM_MT3201> children) {
|
|
|
this.children = children;
|
|
|
}
|
|
|
|
|
|
public String getCustomtype() {
|
|
|
return "MT3201";
|
|
|
}
|
|
|
|
|
|
public void setCustomtype(String customtype) {
|
|
|
this.customtype = "MT3201";
|
|
|
}
|
|
|
} |
...
|
...
|
|