Jelajahi Sumber

feat(types): ValuationType

vian 5 tahun lalu
induk
melakukan
8f41cf82b1
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      types/src/interface/compilation.ts

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

@@ -72,3 +72,8 @@ export interface ICompilation {
   versionText?: string; // 版本对应的显示文字:免费版,学习版,专业版
   lockInfo?: ELockInfo; //
 }
+
+export enum ValuationType {
+  BILL = 'bill', // 清单计价
+  RATION = 'ration', // 定额计价
+}