using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Reports { public class ReportIdInputDto { public string Id { get; set; } } }