UNPKG

@tnwx/commons

Version:

TTNWX 微信系开发脚手架之公共模块

15 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @author Javen * @copyright javendev@126.com * @description 未知消息 */ const InMsg_1 = require("./InMsg"); class InNotDefinedMsg extends InMsg_1.InMsg { constructor(toUserName, fromUserName, createTime, msgType) { super(toUserName, fromUserName, createTime, msgType); } } exports.InNotDefinedMsg = InNotDefinedMsg; //# sourceMappingURL=InNotDefinedMsg.js.map