|
|
@ -12,6 +12,7 @@ import { |
|
|
|
import { ExportData } from '../model/data/institution/building/export-data'; |
|
|
|
import { ExportData } from '../model/data/institution/building/export-data'; |
|
|
|
import { AllFacilityData } from '../model/data/institution/facility/all-facility-data'; |
|
|
|
import { AllFacilityData } from '../model/data/institution/facility/all-facility-data'; |
|
|
|
import { PropertyData_Base_IMG } from '../model/data/institution/facility/property-data/base/property-data-base-img'; |
|
|
|
import { PropertyData_Base_IMG } from '../model/data/institution/facility/property-data/base/property-data-base-img'; |
|
|
|
|
|
|
|
import { PropertyData_FM } from '../model/data/institution/facility/property-data/in/property-data-fm'; |
|
|
|
import { PropertyData_JYJ } from '../model/data/institution/facility/property-data/in/property-data-jyj'; |
|
|
|
import { PropertyData_JYJ } from '../model/data/institution/facility/property-data/in/property-data-jyj'; |
|
|
|
import { PropertyData_MHQ } from '../model/data/institution/facility/property-data/in/property-data-mhq'; |
|
|
|
import { PropertyData_MHQ } from '../model/data/institution/facility/property-data/in/property-data-mhq'; |
|
|
|
import { PropertyData_SYGX } from '../model/data/institution/facility/property-data/in/property-data-sygx'; |
|
|
|
import { PropertyData_SYGX } from '../model/data/institution/facility/property-data/in/property-data-sygx'; |
|
|
@ -482,9 +483,10 @@ export class DataManager { |
|
|
|
case FacilityType.XF_MHQ_GF_25: |
|
|
|
case FacilityType.XF_MHQ_GF_25: |
|
|
|
case FacilityType.XF_MHQ_GF_35: result = new PropertyData_MHQ(key, facilityType); break; |
|
|
|
case FacilityType.XF_MHQ_GF_35: result = new PropertyData_MHQ(key, facilityType); break; |
|
|
|
case FacilityType.JY_JYJ: result = new PropertyData_JYJ(key, "", "", "", "", "", "",); break; |
|
|
|
case FacilityType.JY_JYJ: result = new PropertyData_JYJ(key, "", "", "", "", "", "",); break; |
|
|
|
case FacilityType.JY_YG: result = new PropertyData_YG(key, "", "", "", "", "","", ""); break; |
|
|
|
case FacilityType.JY_YG: result = new PropertyData_YG(key, "", "", "", "", "", "", ""); break; |
|
|
|
case FacilityType.JY_SYGX: result = new PropertyData_SYGX(key); break; |
|
|
|
case FacilityType.JY_SYGX: result = new PropertyData_SYGX(key); break; |
|
|
|
case FacilityType.JY_YQHSGX: result = new PropertyData_YQHSGX(key); break; |
|
|
|
case FacilityType.JY_YQHSGX: result = new PropertyData_YQHSGX(key); break; |
|
|
|
|
|
|
|
case FacilityType.JY_FM: result = new PropertyData_FM(key, ""); break; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|