Explorar o código

feat(types): ValuationType

vian %!s(int64=5) %!d(string=hai) anos
pai
achega
8f41cf82b1
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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', // 定额计价
+}