|
|
@@ -1,4 +1,4 @@
|
|
|
-// 麻省理工学院许可证
|
|
|
+// 麻省理工学院许可证
|
|
|
//
|
|
|
// 版权所有 (c) 2021-2023 zuohuaijun,大名科技(天津)有限公司 联系电话/微信:18020030720 QQ:515096995
|
|
|
//
|
|
|
@@ -11,7 +11,8 @@ namespace Admin.NET.Core.Service;
|
|
|
|
|
|
public class FileInput : BaseIdInput
|
|
|
{
|
|
|
- public string FileName { get; set; }
|
|
|
+ public string FileName { get; set; }
|
|
|
+ public string? Url { get; set; }
|
|
|
}
|
|
|
|
|
|
public class PageFileInput : BasePageInput
|