v3.4.6
This commit is contained in:
@@ -78,4 +78,10 @@ public class DocumentEntity : CLDEntityBase
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "F_SORTCODE")]
|
||||
public long? SortCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下载地址.
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "F_UPLOADERURL")]
|
||||
public string? UploaderUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user