import ConfProxy, { ConfListProxy } from "./confProxy" import { xlsConfig<#TableTypeImportArea> } from "./xlsConfig" export default class Gamecfg { static init() { let xls = new xlsConfig() //#region start TableRepoProxy assign 参考: Gamecfg.itemKind = new ConfProxy("itemKind",xls.xlsItemKind ,"kind") <#TableRepoProxyAssignArea> //#endregion end TableRepoProxy assign } //#region start TableRepoProxy define 参考: static itemKind : ConfProxy <#TableRepoProxyDefineArea> //#endregion end TableRepoProxy define }