111
yanjinhui
2025-10-23 3713a17fe36d877ce3e588c1dc08526fc8afffdc
新建文件夹/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderDetailServices.cs
@@ -16,5 +16,7 @@
        public DeliveryOrderDetailServices(IRepository<Dt_DeliveryOrderDetail> BaseDal) : base(BaseDal)
        {
        }
        public IRepository<Dt_DeliveryOrderDetail> Repository => BaseDal;
    }
}