zyf
2025-01-14 49c8ac08b9e1a29d24266aef39af9519b792feae
1
2
3
4
5
6
7
8
9
10
using MES.Service.Modes;
 
namespace MES.Service.Dto.service;
 
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
 
    public List<Womdab>? Womdabs { get; set; }
}