浏览代码

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;
 }