新增预订舱实体类

usertest
jianghaiqing 5 months ago
parent 23a32cbfe5
commit 2e55a4d981

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Op.Entity
{
public class SpaceBookingOrder
{
}
}

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Op.Entity
{
public class SpaceBookingOrderCtn
{
}
}

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Op.Entity
{
public class SpaceBookingOrderShipSchedule
{
}
}
Loading…
Cancel
Save