11
啊鑫
2024-12-30 250ae3deeabd8e0818f4adf57f747b71fefd5ef3
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; }
}