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