优化代码生成
This commit is contained in:
26
ZR.Model/Dto/GendemoDto.cs
Normal file
26
ZR.Model/Dto/GendemoDto.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using ZR.Model.Dto;
|
||||
using ZR.Model.Models;
|
||||
|
||||
namespace ZR.Model.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 输入对象模型
|
||||
/// </summary>
|
||||
public class GendemoDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Icon { get; set; }
|
||||
|
||||
public int? ShowStatus { get; set; }
|
||||
|
||||
public DateTime? AddTime { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class GendemoQueryDto: PagerInfo
|
||||
Reference in New Issue
Block a user