代码生成新增导入

This commit is contained in:
不做码农
2023-07-28 17:37:36 +08:00
committed by DESKTOP-H2PAFLR\Administrator
parent 0d33ffca8f
commit 2d9a17a27a
12 changed files with 160 additions and 26 deletions

View File

@@ -24,5 +24,9 @@ $end
$if(replaceDto.ShowBtnTruncate)
bool Truncate${replaceDto.ModelTypeName}();
$end
$if(replaceDto.ShowBtnImport)
(string, object, object) Import${replaceDto.ModelTypeName}(List<${replaceDto.ModelTypeName}> list);
$end
}
}