namespace Shentun.PeisReport.Api.Dto { public class BarCodeNoInputDto { public string BarCodeNo { get; set; } } }