Compare commits

..

No commits in common. "ad77b66bdd783eeb1d3b9c0fac33ef18ede55975" and "2e1e0426582a99c7dfefae394fb33ff77c9a01ab" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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