zyf
2025-04-23 2812f65c7481ce10953fa1fbe9cc89a8768e07f6
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; }
}