mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 08:26:37 +08:00
完成模板模块动态支持命名空间
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Ddd.Dtos;
|
||||
|
||||
namespace Yi.Framework.Application.Contracts.#ModelName#.Dtos
|
||||
namespace #NameSpaces#.Application.Contracts.#ModelName#.Dtos
|
||||
{
|
||||
public class #EntityName#GetOutputDto : IEntityDto<long>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user