作者 shenhailong

添加 企业id

完善 航班号查询不精确的问题
@@ -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 }