代码生成新增操作按钮样式生成选择

This commit is contained in:
不做码农
2023-07-04 21:09:54 +08:00
parent 4b1f79c1da
commit 45143e5b5d
4 changed files with 25 additions and 2 deletions

View File

@@ -69,5 +69,9 @@ namespace ZR.CodeGenerator.Model
/// vue页面文件名
/// </summary>
public string ViewFileName { get; set; }
/// <summary>
/// 操作按钮样式
/// </summary>
public int OperBtnStyle { get; set; }
}
}