南骏 池
2025-09-05 a39e1db786da4d91121c11844b87a5e5e84e8a86
Dto/service/ProductionPickDto.cs
@@ -6,6 +6,8 @@
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public string? itemNo { get; set; }
    public string? PlanNo { get; set; }
    public string? daa001 { get; set; }
@@ -17,6 +19,8 @@
    //拆分后条码
    public string? cfBarcode { get; set; }
    public string? startTime { get; set; }
    //返回信息
    public string? strMsg { get; set; }
    //返回参数类型 -1:失败 1:成功