...
|
...
|
@@ -80,6 +80,14 @@ public class NMMS_CUSTOM_MT2201 { |
|
|
|
|
|
private String enterpriseId;
|
|
|
|
|
|
public String getEnterpriseId() {
|
|
|
return enterpriseId;
|
|
|
}
|
|
|
|
|
|
public void setEnterpriseId(String enterpriseId) {
|
|
|
this.enterpriseId = enterpriseId;
|
|
|
}
|
|
|
|
|
|
public String getUserId() {
|
|
|
return userId;
|
|
|
}
|
...
|
...
|
|