|
@@ -14,7 +14,10 @@ export interface ISystemSetting {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
normal: ISystemLimit;
|
|
normal: ISystemLimit;
|
|
|
professional: ISystemLimit;
|
|
professional: ISystemLimit;
|
|
|
- version: string;
|
|
|
|
|
product: string;
|
|
product: string;
|
|
|
company: string;
|
|
company: string;
|
|
|
|
|
+ version: string; // 计算版本号(原本叫版本号,需要兼容旧的处理所以还是叫version)
|
|
|
|
|
+ dskVersion: string; // 大司空显示版本号
|
|
|
|
|
+ platformVersion: string; // 平台显示版本号
|
|
|
|
|
+ updateDate: string; // 更新日期
|
|
|
}
|
|
}
|