diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj index e6f6cb00..d404a048 100644 --- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj +++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj @@ -18,9 +18,9 @@ - - - + + + @@ -58,9 +58,9 @@ - - - + + + diff --git a/Admin.NET/Admin.NET.Core/Service/File/Dto/FileInput.cs b/Admin.NET/Admin.NET.Core/Service/File/Dto/FileInput.cs index 27224c3c..d0bc7ea6 100644 --- a/Admin.NET/Admin.NET.Core/Service/File/Dto/FileInput.cs +++ b/Admin.NET/Admin.NET.Core/Service/File/Dto/FileInput.cs @@ -81,7 +81,7 @@ public class UploadFileFromBase64Input /// /// 是否公开 - /// 如果设置true,所有人都可以查看,默认只有自己或有权限的人可以查看 + /// 若为true则所有人都可以查看,默认只有自己或有权限的可以查看 /// public bool IsPublic { get; set; } } @@ -104,7 +104,7 @@ public class FileUploadInput /// /// 是否公开 - /// 如果设置true,所有人都可以查看,默认只有自己或有权限的人可以查看 + /// 若为true则所有人都可以查看,默认只有自己或有权限的可以查看 /// public bool IsPublic { get; set; } @@ -188,7 +188,7 @@ public class FileOutput /// /// 是否公开 - /// 如果设置true,所有人都可以查看,默认只有自己或有权限的人可以查看 + /// 若为true则所有人都可以查看,默认只有自己或有权限的可以查看 /// public bool IsPublic { get; set; }