Browse Source

feat(types): 添加取章节信息查询参数

zhangweicheng 4 năm trước cách đây
mục cha
commit
5a04ccd322
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      types/src/interface/bill.ts

+ 4 - 0
types/src/interface/bill.ts

@@ -200,3 +200,7 @@ export interface IStdBill extends ITreeScm {
   quantityIndexUnit: string; // 工程量指标单位
   quantityIndexUnit: string; // 工程量指标单位
   quantityIndexCoe: number; // 单位转换系数
   quantityIndexCoe: number; // 单位转换系数
 }
 }
+
+export interface IStdBillCodesMap {
+  [libID: string]: string[];
+}