|
|
@@ -115,7 +115,8 @@ export interface IInfoItem {
|
|
|
export interface IProperty {
|
|
|
rootProjectID?: string; // 建设项目ID
|
|
|
valuationID?: string; // 计价规则
|
|
|
- engineeringID?: string; // 工程专业
|
|
|
+ programID?: number; // 工程专业,填计算程序工程专业ID
|
|
|
+ engineeringID?: string; // 工程专业ID
|
|
|
fileType?: FileType; // 文件类型
|
|
|
taxType?: TaxType; // 计税方式
|
|
|
rationFeeType?: number; // 定额取费专业
|