using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class SzjtEnginePumpRightCenterItemInfoDto { /// /// 时间 /// public string Time { get; set; } /// /// 类型 /// public string Type { get; set; } /// /// 内容 /// public string Content { get; set; } /// /// 人员 /// public string UserName { get; set; } } }