diff --git a/README.md b/README.md index ff0c674..a699624 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ luban相较于常规的excel导表工具有以下核心优势: - [主页](https://focus-creative-games.github.io/luban/index.html) - [特性](docs/traits.md) - [快速上手](docs/start_up.md) +- [wiki](https://github.com/focus-creative-games/luban/wiki)。 有使用疑问,请先查看此wiki。 - [Excel 配置数据简介](docs/data_excel.md) - [client&server安装与使用说明](docs/luban_install_manual.md) - [本地化](docs/l10n.md) diff --git a/src/Luban.Job.Db/Source/Defs/DefTable.cs b/src/Luban.Job.Db/Source/Defs/DefTable.cs index 44f9201..1a0f2cf 100644 --- a/src/Luban.Job.Db/Source/Defs/DefTable.cs +++ b/src/Luban.Job.Db/Source/Defs/DefTable.cs @@ -15,6 +15,7 @@ namespace Luban.Job.Db.Defs KeyType = b.KeyType; ValueType = b.ValueType; IsPersistent = b.IsPersistent; + Comment = b.Comment; } public string KeyType { get; } diff --git a/src/Luban.Job.Db/Source/JobController.cs b/src/Luban.Job.Db/Source/JobController.cs index df7dca9..21f9f62 100644 --- a/src/Luban.Job.Db/Source/JobController.cs +++ b/src/Luban.Job.Db/Source/JobController.cs @@ -96,7 +96,7 @@ namespace Luban.Job.Db NamingConventionBeanMember = args.NamingConventionBeanMember, NamingConventionEnumMember = args.NamingConventionEnumMember, }; - + DefAssemblyBase.LocalAssebmly = ass; ass.Load(rawDefines, agent);