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