UNPKG

wnjk

Version:

两只蜗牛通用微服务脚本

12 lines (11 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class WebCommand { constructor() { this.methodName = ""; this.source = ""; this.isContainerMsg = false; this.content = ""; } } exports.default = WebCommand;