File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
namespace ZR . Model . System
2
2
{
3
- [ SugarTable ( "SqlDiffLog " , "数据差异日志" ) ]
3
+ [ SugarTable ( "sqlDiffLog " , "数据差异日志" ) ]
4
4
[ Tenant ( "0" ) ]
5
5
public class SqlDiffLog
6
6
{
Original file line number Diff line number Diff line change 1
- using SqlSugar ;
2
-
3
- namespace ZR . Model . System
1
+ namespace ZR . Model . System
4
2
{
5
3
/// <summary>
6
4
/// 用户角色关联表 用户N-1 角色
7
5
/// </summary>
8
6
[ SugarTable ( "sys_user_role" , "用户和角色关联表" ) ]
9
7
[ Tenant ( "0" ) ]
10
- public class SysUserRole
8
+ public class SysUserRole : SysBase
11
9
{
12
10
[ SugarColumn ( ColumnName = "user_id" , IsPrimaryKey = true ) ]
13
11
public long UserId { get ; set ; }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace ZR.ServiceCore.Model
4
4
/// <summary>
5
5
/// 用户在线时长
6
6
/// </summary>
7
- [ SugarTable ( "UserOnlineLog " , TableDescription = "用户在线时长" ) ]
7
+ [ SugarTable ( "userOnlineLog " , TableDescription = "用户在线时长" ) ]
8
8
[ Tenant ( "0" ) ]
9
9
public class UserOnlineLog
10
10
{
You can’t perform that action at this time.
0 commit comments