package com.bcxin.backend.domain.enums;

public enum EventStatus {
    Initialize,
    Processed,
    Done,
    Error,
    NeedNotSync
}
