zyf
2025-02-27 cce41b1bb9dcd9cfebb512f9a71b28007c4c2c81
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; }
}