mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
完成模板模块,但配置类有问题
This commit is contained in:
@@ -3,11 +3,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Base;
|
||||
using Yi.Framework.Ddd.Dtos;
|
||||
|
||||
namespace Yi.Framework.DtoModel.#ModelName#.#EntityName#
|
||||
namespace Yi.Framework.Application.Contracts.#ModelName#.Dtos
|
||||
{
|
||||
public class #EntityName#GetListOutput: EntityDto<long>
|
||||
public class #EntityName#GetOutputDto : IEntityDto<long>
|
||||
{
|
||||
#EntityField#
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user