入库申请模块代码提交

This commit is contained in:
alex
2023-06-16 17:11:50 +08:00
parent 6c57264782
commit 168d2220ca
7 changed files with 52 additions and 6 deletions

View File

@@ -7,10 +7,11 @@ namespace JNPF.Systems.Entitys.Permission;
/// <summary>
/// 用户信息基类.
/// </summary>
public partial class UserEntity
public partial class UserEntity
{
/// <summary>
/// 登录类型
/// </summary>
[SugarColumn(IsIgnore = true)]
public string LoginType { get; set; }
}