5 changed files with 20 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||
using System; |
|||
using PetaPoco; |
|||
|
|||
namespace Pingchuan.BeijingSafeguard.Model |
|||
{ |
|||
public class UserDTO : User |
|||
{ |
|||
[Column("org_name")] |
|||
public string OrgName { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue