Explorar o código

refactor(types): quantityNum

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
f12a74d586
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/quantityNum.ts

+ 2 - 0
types/src/interface/quantityNum.ts

@@ -30,4 +30,6 @@ export interface IQuantityNumSheet {
   calcChain: any[];
   // 冻结行列配置
   frozen: IFrozen;
+  // 创建时间
+  createTime: number;
 }