export enum StatusEnum { Normal = 1, Stop = 0 } export enum DataFlowEnum { DEFAULT = 0, SPECIFIC = 1 }