Files
Yi.Admin/Yi.Framework.Net6/src/module/Yi.Framework.Template/Template/Server/GetOutputDtoTemplate.txt
2023-01-24 20:46:00 +08:00

15 lines
299 B
Plaintext

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Yi.Framework.Ddd.Dtos;
namespace #NameSpaces#.Application.Contracts.#ModelName#.Dtos
{
public class #EntityName#GetOutputDto : IEntityDto<long>
{
#EntityField#
}
}