From c22289eed5cb1662764c32241b7d3c3b099d3201 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Wed, 14 Aug 2024 03:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E5=8D=87=E7=BA=A7Furion=20v4.9.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj | 12 ++++++------ .../Admin.NET.Core/Service/File/Dto/FileInput.cs | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) 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; }