啊鑫
2025-02-14 1653a432611f93b2595efbd335ae2d83b7e42f5c
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; }
}
}