using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity { public class SystemUpdataLogDto { public int Environment { get; set; } public string Version { get; set; } public DateTime FDate { get; set; } public string Remark { get; set; } public List list { get; set; } } }