diff --git a/ZR.Model/System/Dto/GenTableDto.cs b/ZR.Model/System/Dto/GenTableDto.cs index c4137ae..24fb31a 100644 --- a/ZR.Model/System/Dto/GenTableDto.cs +++ b/ZR.Model/System/Dto/GenTableDto.cs @@ -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; } /// /// 额外参数 ///