using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Reports { public class ComputerNameInputDto { public string ReportId { get; set; } public string ComputerName { get; set; } } }