新增代码生成到指定菜单目录下下
This commit is contained in:
@@ -21,6 +21,10 @@ namespace ZR.Model.System.Dto
|
||||
public string FunctionAuthor { get; set; }
|
||||
public string GenType { get; set; }
|
||||
public string Options { get; set; }
|
||||
/// <summary>
|
||||
/// 上级菜单id
|
||||
/// </summary>
|
||||
public int ParentMenuId { get; set; }
|
||||
public List<GenTableColumnDto> Columns { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user