Преглед изворни кода

feat(types): 接口定额类型变更

vian пре 4 година
родитељ
комит
41d16dff1c
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      types/src/interface/ration.ts

+ 3 - 1
types/src/interface/ration.ts

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