实现主从表结构生成;

提取企业版共用组件AuthForm、AuthTable、AuthSelect;
修复大量已知Bug
This commit is contained in:
yubaolee
2021-09-05 21:37:12 +08:00
parent 4d7af5bedf
commit 3c20deb3df
19 changed files with 2792 additions and 1270 deletions

View File

@@ -14,6 +14,7 @@ namespace OpenAuth.WebApi.Controllers
/// </summary>
[Route("api/[controller]/[action]")]
[ApiController]
[ApiExplorerSettings(GroupName = "{ModuleName}接口_{ClassName}s")]
public class {ClassName}sController : ControllerBase
{
private readonly {ModuleCode} _app;