Test_IRC_Net8
he 2026-01-23 17:40:56 +08:00
parent a965ab9336
commit 77538ab7c2
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
/// 图像格式 /// 图像格式
/// </summary> /// </summary>
[StringLength(2000)] [StringLength(2000)]
public List<string> ImageFormatList { get; set; } = new List<string>() {"jpg","jpeg","png","bmp","pdf","zip" }; public List<string> ImageFormatList { get; set; } = new List<string>() {"jpg","jpeg","png","bmp","pdf","zip","mp4" };
#endregion #endregion
#region 邮件配置 #region 邮件配置