Explorar el Código

feat(types): ValuationType

vian hace 5 años
padre
commit
8f41cf82b1
Se han modificado 1 ficheros con 5 adiciones y 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', // 定额计价
+}