Browse Source

附件全称

田爽 6 months ago
parent
commit
d9c586a901
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/Hotline/File/File.cs

+ 6 - 0
src/Hotline/File/File.cs

@@ -7,6 +7,12 @@ namespace Hotline.File
 	[Description("附件")]
 	public class File : FullStateEntity
 	{
+		/// <summary>
+		/// 附件全称
+		/// </summary>
+		[SugarColumn(ColumnDescription = "附件全称")]
+		public string? FileName { get; set; }
+
 		/// <summary>
 		/// 附件名称
 		/// </summary>