新增加roleDept实体
This commit is contained in:
parent
2ce3a2a3db
commit
ed44d9e52c
14
ZR.Model/System/SysRoleDept.cs
Normal file
14
ZR.Model/System/SysRoleDept.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ZR.Model.System
|
||||
{
|
||||
[SqlSugar.SugarTable("sys_role_dept")]
|
||||
[SqlSugar.Tenant(0)]
|
||||
public class SysRoleDept
|
||||
{
|
||||
public long RoleId { get; set; }
|
||||
public long DeptId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user