فهرست منبع

feat(types): 增加IBiddingFileRation类型

vian 4 سال پیش
والد
کامیت
05fda3fa21
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      types/src/interface/ration.ts

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

@@ -485,3 +485,8 @@ export interface ISelectRationLibItem extends IFileRef {
   enterpriseID?: string; // 库来自企业的ID(企业分享会有)
   enterpriseName?: string; // 库来自企业的名称(企业分享会有)
 }
+
+// 招投标接口要匹配的标准定额(额外组装子目换算数据)
+export interface IBiddingFileRation extends IStdRation {
+  newCoeList: IRationCoe[];
+}