Explorar el Código

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

zhangweicheng hace 5 años
padre
commit
f05e93c301
Se han modificado 1 ficheros con 0 adiciones y 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[];
 }