优化桌面端无用菜单和地磅数据可手动功能。

This commit is contained in:
geht
2026-05-18 15:55:11 +08:00
parent 5800b6b61c
commit c11f3104cb
18 changed files with 628 additions and 118 deletions

View File

@@ -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>