Test_IRC_Net8
parent
a965ab9336
commit
77538ab7c2
|
|
@ -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" };
|
||||
public List<string> ImageFormatList { get; set; } = new List<string>() {"jpg","jpeg","png","bmp","pdf","zip","mp4" };
|
||||
#endregion
|
||||
|
||||
#region 邮件配置
|
||||
|
|
|
|||
Loading…
Reference in New Issue