first commit
This commit is contained in:
18
ZR.Model/System/SysUserPost.cs
Normal file
18
ZR.Model/System/SysUserPost.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
|
||||
namespace ZR.Model.System
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 用户岗位
|
||||
/// </summary>
|
||||
[SugarTable("sys_user_post")]
|
||||
public class SysUserPost
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
public long PostId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user