啊鑫
2024-09-07 bc695ca6f460d9d2ad2d0f2b05c5658cc6a21360
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; }
}