using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
/// 泵站数据分析明细信息(左下部分)
///
public class DemoEnginePumpCenterBottomItemInfoDto
{
///
/// 位置
///
public string Title { get; set; }
///
/// 内容
///
public string Content { get; set; }
///
/// 发布人
///
public string UserName { get; set; }
}
}