Przeglądaj źródła

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

vian 4 lat temu
rodzic
commit
d7c1938da2
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {
 export interface IBiddingFileRation extends IStdRation {
   newCoeList?: IRationCoe[];
   newCoeList?: IRationCoe[];
   newAssList?: IRationAss[];
   newAssList?: IRationAss[];
+  newInstallList?: IRationInstall[];
   thirdRation?: IThirdRation;
   thirdRation?: IThirdRation;
 }
 }