11
啊鑫
2025-02-13 311f8814b600f85caa0eae21c20798f53717f07e
StandardPda/MES.Service/Dto/webApi/ErpDeliveryData.cs
@@ -1,4 +1,5 @@
namespace MES.Service.Dto.webApi;
public class ErpDeliveryData
{
    public string? LineNo { get; set; }
@@ -13,4 +14,4 @@
    public string? InventoryUnit { get; set; }
    public string? FXSHTH { get; set; }
    public string? Remark { get; set; }
}
}