zjh
2025-04-18 b646b9bee3991eb91fb916a290e5efb33eb5f68c
StandardPda/MES.Service/Dto/webApi/ErpBarcode.cs
@@ -1,4 +1,5 @@
namespace MES.Service.Dto.webApi;
public class ErpBarcode
{
    public string? Type { get; set; }
@@ -8,4 +9,4 @@
    public string? SmallBarcode { get; set; }
    public string? IncludeQty { get; set; }
    public string? SupplierId { get; set; }
}
}