1
啊鑫
2025-01-16 1cbc388ff997593f2c9dcae81f657b71eaef07b7
Dto/service/ProductionPickDto.cs
@@ -1,16 +1,25 @@

using NewPdaSqlServer.entity;
using NewPdaSqlServer.entity;
namespace NewPdaSqlServer.Dto.service;
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public string? PlanNo { get; set; }
    public string? daa001 { get; set; }
    public string? barcodeNum { get; set; }
    public string? splitNum { get; set; }
    public string? barcode { get; set; }
    public List<Womdab>? totals { get; set; }
    public List<WwGdDetail>? totals1 { get; set; }
    public List<Womdab>? daisao { get; set; }
    public List<WwGdDetail>? daisao1 { get; set; }
    public List<MesInvItemOutCDetails> yisao { get; set; }
}