出库签收bug处理

This commit is contained in:
2023-09-07 11:02:17 +08:00
parent 8cb5cf7ca3
commit 94a598d5d6
4 changed files with 21 additions and 16 deletions

View File

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