11
啊鑫
2024-12-13 b2f0199d41ef80ba835bf58d6787df7f4accf7be
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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<Womdab>? daisao { get; set; }
 
    public List<MesInvItemOutCDetails> yisao { get; set; }
}