mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 19:04:44 +08:00
采用全新的数据库架构
This commit is contained in:
14
OpenAuth.Domain/UserOrg.cs
Normal file
14
OpenAuth.Domain/UserOrg.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class UserOrg
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int OrgId { get; set; }
|
||||
public int UserId { get; set; }
|
||||
public System.DateTime OperateTime { get; set; }
|
||||
public int OperatorId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user