mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-17 02:58:03 +08:00
根据最新的项目结构调整代码生成器
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenAuth.App.Request
|
||||
public <%= p.SystemType.ToNullableType(p.AllowDBNull == true) %> <%= p.Name%> { get; set; }
|
||||
<% } %>
|
||||
|
||||
//todo:添加自己的请求字段
|
||||
//todo:根据自己的业务场景添加需要的字段
|
||||
<%
|
||||
if(Table.Name.Contains("Tbl") && (!Table.Name.Contains("Dtbl")) && this.HeaderModel){
|
||||
var dtblName = Table.Name.Replace("Tbl","Dtbl"); //明细表的表名
|
||||
|
||||
Reference in New Issue
Block a user