using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace JLHHJSvr.Com.Model { public sealed class FileInfo { public string md5 { get; set; } public string fileType { get; set; } public string base64 { get; set; } } }