using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Reports { public class ReportParameterDto { public string Name { get; set; } public string Value { get; set; } } }