正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
@@ -80,6 +80,14 @@ public class NMMS_CUSTOM_MT2201 { | @@ -80,6 +80,14 @@ public class NMMS_CUSTOM_MT2201 { | ||
80 | 80 | ||
81 | private String enterpriseId; | 81 | private String enterpriseId; |
82 | 82 | ||
83 | + public String getEnterpriseId() { | ||
84 | + return enterpriseId; | ||
85 | + } | ||
86 | + | ||
87 | + public void setEnterpriseId(String enterpriseId) { | ||
88 | + this.enterpriseId = enterpriseId; | ||
89 | + } | ||
90 | + | ||
83 | public String getUserId() { | 91 | public String getUserId() { |
84 | return userId; | 92 | return userId; |
85 | } | 93 | } |
-
请 注册 或 登录 后发表评论