using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.LogisticsManage.DeliveryRules;
namespace ARW.Repository.Business.LogisticsManage.DeliveryRules
{
///
/// 配送模板区域及运费仓储
///
/// @author 黎文豪
/// @date 2023-06-16
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class DeliveryRuleRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}