export interface Obs {
    Code?: number;
    Msg?: string;
}
