feat:代码生成显示按钮新增批量删除配置

This commit is contained in:
不做码农
2023-05-08 18:28:49 +08:00
parent a89762e070
commit 5a3e513a6b
3 changed files with 12 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ namespace ZR.CodeGenerator.Model
public bool ShowBtnDelete { get; set; }
public bool ShowBtnView { get; set; }
public bool ShowBtnTruncate { get; set; }
public bool ShowBtnMultiDel { get; set; }
/// <summary>
/// 上传URL data
/// </summary>