11
啊鑫
2025-02-12 af6cc8cb47ea9a5b52a730d7b7a6c54ee1b68c11
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; }
}
}