using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MES.Service.Modes.ProductionOrder; public class FileInfoProduction { public string spaceId { get; set; } public string fileName { get; set; } public long fileSize { get; set; } public string fileType { get; set; } public string fileId { get; set; } }