using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class SzjtEnginePumpRightCenterInfoDto { /// /// 页面数量 /// public int PageNumber { get; set; } /// /// 详细数据(数组) /// public List Details { get; set; } } }