1
dengjunjie
2025-05-08 092971a8ba7848f024427694c642959d0fbc8599
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/Base/OutboundOrderDetailHtyService.cs
@@ -10,7 +10,7 @@
namespace WIDESEA_OutboundService
{
    public partial class OutboundOrderDetailHtyService : ServiceBase<Dt_OutboundOrderDetail_hty, IOutboundOrderDetailHtyRepository>, IOutboundOrderDetailHtyService
    public partial class OutboundOrderDetailHtyService : ServiceBase<Dt_OutboundOrderDetail_Hty, IOutboundOrderDetailHtyRepository>, IOutboundOrderDetailHtyService
    {
        public OutboundOrderDetailHtyService(IOutboundOrderDetailHtyRepository BaseDal) : base(BaseDal)
        {