【修复】修复db生成的bug
parent
b2e33fc74c
commit
2e047ce56e
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ namespace Luban.Job.Db
|
|||
NamingConventionBeanMember = args.NamingConventionBeanMember,
|
||||
NamingConventionEnumMember = args.NamingConventionEnumMember,
|
||||
};
|
||||
|
||||
DefAssemblyBase.LocalAssebmly = ass;
|
||||
ass.Load(rawDefines, agent);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue