|
|
@@ -176,6 +176,7 @@ export interface ICompilation {
|
|
|
versionText: string; // 版本对应的显示文字:免费版,学习版,专业版
|
|
|
lockInfo: LockInfo; // 锁信息
|
|
|
monomerTemplate: IMonomerTemplateData[];
|
|
|
+ constructionTemplate: IConstructionTemplate[];
|
|
|
structuralSegment: IStructuralSegmentData[];
|
|
|
edition: string; // 版本号(用于项目信息、项目特征等项目信息的升级)
|
|
|
}
|