根据最新的项目结构调整代码生成器

This commit is contained in:
yubaolee
2021-04-27 00:10:19 +08:00
parent 0810b0b9c0
commit 785d784759
5 changed files with 50 additions and 65 deletions

View File

@@ -12,6 +12,6 @@ namespace OpenAuth.App.Request
{
public class Query<%=ModuleName%>ListReq : PageReq
{
//todo:添加自己的请求字段
//todo:根据自己的业务场景添加需要的字段
}
}