Przeglądaj źródła

feat(types): export CoeType枚举

zhangweicheng 5 lat temu
rodzic
commit
2bfd697e0b
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = '材料',