Explorar o código

feat(types): 工程量明细去掉referenceIndexes

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
f05e93c301
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      types/src/interface/quantityDetail.ts

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

@@ -4,5 +4,4 @@ export interface IQuantityDetail {
   regex?: string;
   result?: number;
   isSummation: boolean; // 0:false 1:true
-  referenceIndexes: number[];
 }