Dto/service/ProductionPickDto.cs @@ -19,6 +19,8 @@ //拆分后条码 public string? cfBarcode { get; set; } public string? startTime { get; set; } //返回信息 public string? strMsg { get; set; } //返回参数类型 -1:失败 1:成功