修改代码生成演示

This commit is contained in:
不做码农
2021-11-27 20:00:13 +08:00
parent 2cc6e1d0ec
commit 4595a01b78
8 changed files with 106 additions and 55 deletions

View File

@@ -27,6 +27,10 @@ namespace ZR.Model.Dto
/// </summary>
public class GendemoQueryDto: PagerInfo
{
public int Id { get; set; }
public string Name { get; set; }
public int ShowStatus { get; set; }
public DateTime AddTime { get; set; }
public DateTime? BeginTime { get; set; }
public DateTime? EndTime { get; set; }