kyy
2024-09-11 06ba27614f84eac11083ecd261b6fdc886ebd8bf
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; }
}