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

feat(types): 接口定额,增加安装数据

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

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

@@ -490,5 +490,6 @@ export interface ISelectRationLibItem extends IFileRef {
 export interface IBiddingFileRation extends IStdRation {
   newCoeList?: IRationCoe[];
   newAssList?: IRationAss[];
+  newInstallList?: IRationInstall[];
   thirdRation?: IThirdRation;
 }