优化代码生成功能

This commit is contained in:
izory
2021-09-14 14:34:20 +08:00
parent 59b44b3928
commit b077e1da8f
17 changed files with 14 additions and 325 deletions

View File

@@ -1,26 +0,0 @@
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