zyf
2025-06-03 e66255ea9dafedb0bc2c2f0787af2097cca549d6
MES.Service/Dto/service/ProductionPickDto.cs
@@ -5,6 +5,6 @@
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public List<Womdab>? Womdabs{ get; set; }
    public List<Womdab>? Womdabs { get; set; }
}