|
|
@ -26,8 +26,8 @@ export class PropertyData_YQHSGX extends PropertyData_Base_IMG { |
|
|
|
result.VRUPumpType = this.VRUPumpType; |
|
|
|
result.VRUPumpType = this.VRUPumpType; |
|
|
|
result.img = this.img; |
|
|
|
result.img = this.img; |
|
|
|
result.pos = this.pos; |
|
|
|
result.pos = this.pos; |
|
|
|
result.info = this.info, |
|
|
|
result.info = this.info; |
|
|
|
result.is360 = this.is360; |
|
|
|
result.is360 = this.is360; |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|