interface IMResponse {
    ResCode: string;
    ResMsg: string;
    Result: any;
}

Properties

Properties

ResCode: string
ResMsg: string
Result: any