namespace Gatedge.ScanCode.Models.Dto { /// /// 条码入参 /// public class BarCodeParam { /// /// 条码编码 /// public string? BarCode { get; set; } } }