优化项目命名空间
This commit is contained in:
15
ZR.Model/System/Dto/ArticleDto.cs
Normal file
15
ZR.Model/System/Dto/ArticleDto.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ZR.Model.System.Dto
|
||||
{
|
||||
public class ArticleQueryDto: PagerInfo
|
||||
{
|
||||
public string Status { get; set; }
|
||||
public string Title { get; set; }
|
||||
public DateTime BeginTime { get; set; }
|
||||
public DateTime EndTime { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user