@@ -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 邮件配置
|
||||
@@ -325,6 +325,11 @@ public class StudyName
|
||||
/// 名称
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 英文名称
|
||||
/// </summary>
|
||||
public string EnName { get; set; }
|
||||
}
|
||||
|
||||
[ComplexType]
|
||||
|
||||
Reference in New Issue
Block a user