1
啊鑫
2024-10-08 1b8d10dbb20b513be61556021f8f471e506d92c3
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; }
}