检查 返回配置字段
This commit is contained in:
@@ -256,7 +256,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
||||
/// 图像格式
|
||||
/// </summary>
|
||||
[StringLength(2000)]
|
||||
public List<string> ImageFormatList { get; set; } = new List<string>();
|
||||
public List<string> ImageFormatList { get; set; } = new List<string>() {"jpg","jpeg","png","bmp","pdf","zip" };
|
||||
#endregion
|
||||
|
||||
#region 邮件配置
|
||||
|
||||
Reference in New Issue
Block a user