|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
import { StringTools } from "@babylonjs/core"; |
|
|
|
|
import { Type } from "class-transformer"; |
|
|
|
|
import { ConfigManager } from "src/app/babylon/controller/config-manager"; |
|
|
|
|
import { TsTool } from "src/app/babylon/tool/ts-tool"; |
|
|
|
@ -140,12 +141,19 @@ export class ExportData_SYGX {
|
|
|
|
|
*/ |
|
|
|
|
export class ExportData_YQHS { |
|
|
|
|
名称: string; |
|
|
|
|
油气回收系统类型: string; |
|
|
|
|
油气回收泵类型: string; |
|
|
|
|
一次油气回收系统类型: string; |
|
|
|
|
二次油气回收系统类型: string; |
|
|
|
|
二次油气回收泵类型: string; |
|
|
|
|
三次油气回收处理装置: string; |
|
|
|
|
油气回收在线监测装置: string; |
|
|
|
|
|
|
|
|
|
constructor(yqhs_property: PropertyData_YQHSGX) { |
|
|
|
|
this.名称 = yqhs_property.name; |
|
|
|
|
this.油气回收系统类型 = yqhs_property.VRUType; |
|
|
|
|
this.油气回收泵类型 = yqhs_property.VRUPumpType; |
|
|
|
|
this.一次油气回收系统类型 = yqhs_property.VRUType; |
|
|
|
|
this.二次油气回收系统类型 = yqhs_property.VRUType_2; |
|
|
|
|
this.二次油气回收泵类型 = yqhs_property.VRUPumpType; |
|
|
|
|
this.三次油气回收处理装置 = yqhs_property.VRUPumpDevice; |
|
|
|
|
this.油气回收在线监测装置 = yqhs_property.MonitoringDevice; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|