@@ -23,4 +23,5 @@ public record AddAccessLevelDto
/// 表名
/// </summary>
public string TableName { get; set; }
+ public string TableDescription { get; set; }
}
@@ -32,4 +32,5 @@ public class TableAccessLevel : CreationEntity