优化代码生成

This commit is contained in:
不做码农
2023-03-01 18:23:29 +08:00
parent 55b997e58b
commit 21e523a821
8 changed files with 51 additions and 57 deletions

View File

@@ -1,14 +1,12 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Newtonsoft.Json;
using ${options.ModelsNamespace}.Dto;
using ${options.ModelsNamespace}.Models;
//using ${options.ModelsNamespace}.${options.SubNamespace};
$if(replaceDto.ShowBtnExport)
using MiniExcelLibs.Attributes;
$end
namespace ${options.DtosNamespace}.Dto
namespace ${options.DtosNamespace}
{
/// <summary>
/// ${genTable.FunctionName}查询对象