|
@@ -149,5 +149,15 @@ namespace OASystem.Domain.Entities.Resource
|
|
|
/// </summary>
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "nvarchar(500)")]
|
|
|
public string? ScreenshotOfMailUrl { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 邮箱/微信
|
|
|
+ /// </summary>
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
+ public string? EmailOrWeChat { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 网址
|
|
|
+ /// </summary>
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
|
+ public string? Website { get; set; }
|
|
|
}
|
|
|
}
|