using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QYZH.InteractiveMagazine.Models.Dto.DotMatrix { public class DotMatrixNoteJournalReportInput { public long Id { get; set; } public bool Success { get; set; } public string FileKey { get; set; } public string FileUrl { get; set; } } }