export enum NotificationDataType { Integer = 0, Demical = 1, Double = 2, DateTime = 3, String = 5 }