【修复】修复db生成的bug

main
walon 2021-11-02 15:13:19 +08:00
parent b2e33fc74c
commit 2e047ce56e
3 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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; }

View File

@ -96,7 +96,7 @@ namespace Luban.Job.Db
NamingConventionBeanMember = args.NamingConventionBeanMember,
NamingConventionEnumMember = args.NamingConventionEnumMember,
};
DefAssemblyBase.LocalAssebmly = ass;
ass.Load(rawDefines, agent);