重构代码:增加xml描述信息

This commit is contained in:
Argo Zhang 2019-03-11 12:41:33 +08:00
parent b03c4df3ac
commit b4cd6683e0
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ namespace Bootstrap.Admin.Controllers.Api
/// </summary>
public class DeleteFileCollection
{
/// <summary>
///
/// </summary>
public string Key { get; set; }
}