南骏 池
2025-08-28 8390b66312a4fa11641b6216bb32c7715d18303c
Dto/service/ProductionPickDto.cs
@@ -6,6 +6,8 @@
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public string? itemNo { get; set; }
    public string? PlanNo { get; set; }
    public string? daa001 { get; set; }
@@ -14,6 +16,8 @@
    public string? splitNum { get; set; }
    public string? barcode { get; set; }
    //拆分后条码
    public string? cfBarcode { get; set; }
    //返回信息
    public string? strMsg { get; set; }