解决出库签收,当前用户空引用bug

This commit is contained in:
alex
2023-09-07 18:17:07 +08:00
parent 94a598d5d6
commit 4582fd8a1c
10 changed files with 182 additions and 57 deletions

View File

@@ -82,7 +82,7 @@ public interface IUserManager
/// <summary>
/// 用户信息.
/// </summary>
UserEntity User { get; set; }
UserEntity User { get; }
/// <summary>
/// 获取用户登录信息.