namespace Magic.Core.Service; /// /// 上传文件参数 /// public class FileOutput : FileInput { /// /// 文件Id /// public long Id { get; set; } }