Skip to content

Commit

Permalink
Update sysUserInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
anjoy8 authored Oct 27, 2023
1 parent f87b33a commit eed5d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Blog.Core.Model/Models/sysUserInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public SysUserInfo(string loginName, string loginPWD)
/// 部门
/// </summary>
[SugarColumn(IsNullable = true)]
public int DepartmentId { get; set; } = -1;
public long DepartmentId { get; set; } = -1;

/// <summary>
/// 备注
Expand Down Expand Up @@ -141,4 +141,4 @@ public SysUserInfo(string loginName, string loginPWD)
[SugarColumn(IsIgnore = true)]
public string DepartmentName { get; set; }
}
}
}

0 comments on commit eed5d5c

Please sign in to comment.