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