作者 shenhailong

添加 企业id

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