ソースを参照

feat(types): export CoeType枚举

zhangweicheng 5 年 前
コミット
2bfd697e0b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/ration.ts

+ 1 - 1
types/src/interface/ration.ts

@@ -77,7 +77,7 @@ export interface ICoeList {
   no: number;
 }
 
-enum CoeType {
+export enum CoeType {
   RATION = '定额',
   LABOUR = '人工',
   MATERIAL = '材料',