优化桌面端无用菜单和地磅数据可手动功能。
This commit is contained in:
@@ -103,6 +103,12 @@ public partial class SysMenu : EntityBase
|
||||
[SugarColumn(ColumnDescription = "是否固定")]
|
||||
public bool IsAffix { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 桌面端登录后默认打开的首页(全库仅一项建议为 true,保存时由服务层互斥)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "桌面端默认首页")]
|
||||
public bool IsDefaultDesktopHome { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user