dengjunjie
4 天以前 23f7d0e0cf31ea6a7cde81bf23ef07091bd4f3a7
新建文件夹/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderDetailServices.cs
@@ -16,5 +16,7 @@
        public DeliveryOrderDetailServices(IRepository<Dt_DeliveryOrderDetail> BaseDal) : base(BaseDal)
        {
        }
        public IRepository<Dt_DeliveryOrderDetail> Repository => BaseDal;
    }
}