检查 返回配置字段

This commit is contained in:
2025-02-27 13:05:09 +08:00
parent a9c7c79fb5
commit 47755bc2aa
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -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