fix代码生成保存未修改备注值

This commit is contained in:
不做码农 2022-04-25 19:33:47 +08:00
parent c413d441b9
commit 35b715edcc

View File

@ -22,6 +22,7 @@ namespace ZR.Model.System.Dto
public string GenType { get; set; }
public string GenPath { get; set; }
public string PermissionPrefix { get; set; }
public string Remark { get; set; }
/// <summary>
/// 额外参数
/// </summary>