|
|
@@ -488,5 +488,7 @@ export interface ISelectRationLibItem extends IFileRef {
|
|
|
|
|
|
// 招投标接口要匹配的标准定额(额外组装子目换算数据)
|
|
|
export interface IBiddingFileRation extends IStdRation {
|
|
|
- newCoeList: IRationCoe[];
|
|
|
+ newCoeList?: IRationCoe[];
|
|
|
+ newAssList?: IRationAss[];
|
|
|
+ thirdRation?: IThirdRation;
|
|
|
}
|