using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core.Attributes; namespace WIDESEA_DTO.MES { public class MESRoot { /// /// /// public string From { get; set; } /// /// /// public string DateTime { get; set; } public T Content { get; set; } } }