export interface NotifyModel {
    CreditInc: bigint;
    Credit: bigint;
    DepositInc: bigint;
}
