using AirWheel.Cycling.Domain;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace AirWheel.Cycling.Service.ServiceImp
{
///
/// 通用附件下载Service实现类
/// add 作者: 季健国 QQ:181589805 by 2016-05-22
///
public class DownloadManage : RepositoryBase, IService.IDownloadManage
{
}
}