代码生成新增权限可配置

This commit is contained in:
不做码农
2022-04-10 12:38:26 +08:00
parent 6b5ceafcdf
commit 3eafab8292
7 changed files with 237 additions and 210 deletions

View File

@@ -21,6 +21,7 @@ namespace ZR.Model.System.Dto
public string FunctionAuthor { get; set; }
public string GenType { get; set; }
public string GenPath { get; set; }
public string PermissionPrefix { get; set; }
/// <summary>
/// 额外参数
/// </summary>
@@ -44,6 +45,7 @@ namespace ZR.Model.System.Dto
/// 额外参数字符串
/// </summary>
public string checkedBtn { get; set; }
public string permissionPrefix { get; set; }
}
public class GenTableColumnDto
{