init
This commit is contained in:
20
DOAN.Model/System/Model/Dto/SysPostDto.cs
Normal file
20
DOAN.Model/System/Model/Dto/SysPostDto.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using DOAN.Model;
|
||||
using DOAN.Model.System;
|
||||
|
||||
namespace DOAN.ServiceCore.Model.Dto
|
||||
{
|
||||
public class SysPostDto : SysPost
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户个数
|
||||
/// </summary>
|
||||
public long UserNum { get; set; }
|
||||
}
|
||||
|
||||
public class SysPostQueryDto : PagerInfo
|
||||
{
|
||||
public string PostName { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string PostCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user