Skip to content

Commit 289a17b

Browse files
committed
Fixed anjoy8#210 bug
1 parent 194ec3d commit 289a17b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Blog.Core.Model/Models/sysUserInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Blog.Core.Model.Models
77
/// <summary>
88
/// 用户信息表
99
/// </summary>
10+
[SugarTable("SysUserInfo")]
1011
public class sysUserInfo : sysUserInfoRoot<int>
1112
{
1213
public sysUserInfo() { }

0 commit comments

Comments
 (0)