export default class WebCommand {
    methodName: string;
    source: string;
    isContainerMsg: boolean;
    content: any;
}
