啊鑫
2024-09-21 049c1891f1dcede1fe81320992e61c34f661898b
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; }
}