export interface DataEntity {
    tag: string;
    content: string;
    data: string;
}
