Notice 第二阶段

This commit is contained in:
Connor
2021-07-06 16:39:58 +08:00
parent c35d84dd80
commit f5762bfade
11 changed files with 541 additions and 43 deletions

View File

@@ -72,5 +72,10 @@ namespace Ewide.Core
/// </summary>
[Comment("状态")]
public int Status { get; set; }
/// <summary>
/// 上传文件ids
/// </summary>
[Comment("上传文件id集合")]
public string Attachments { set; get; }
}
}