fix 代码生成保存数据报错
This commit is contained in:
parent
7530f6f336
commit
7eadff782e
@ -24,7 +24,7 @@ namespace ZR.Model.System.Dto
|
||||
/// <summary>
|
||||
/// 上级菜单id
|
||||
/// </summary>
|
||||
public int ParentMenuId { get; set; }
|
||||
public int? ParentMenuId { get; set; }
|
||||
public List<GenTableColumnDto> Columns { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user