zyf
2025-05-30 5b968bb1b1255f2bb242c1ee4430c8e733ff0ed9
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; }
}