export interface INineNineCancelResponse {
    errno: number;
    errmsg: string;
}
