UNPKG

wnjk

Version:

两只蜗牛通用微服务脚本

15 lines (14 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MicroAppInfo { constructor() { this.appCode = ''; this.appName = ""; this.homePage = ""; this.iconUrl = ""; this.location = 0; this.orgnizationId = ""; this.thirdProgramId = 0; } } exports.default = MicroAppInfo;