From 2e047ce56ead642a5b7f01d31d1019cedfebf0f4 Mon Sep 17 00:00:00 2001 From: walon Date: Tue, 2 Nov 2021 15:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Ddb=E7=94=9F=E6=88=90=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/Luban.Job.Db/Source/Defs/DefTable.cs | 1 + src/Luban.Job.Db/Source/JobController.cs | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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);