DownloadManage.cs 446 B

123456789101112131415161718
  1. using AirWheel.Cycling.Domain;
  2. using System;
  3. using System.Collections;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. namespace AirWheel.Cycling.Service.ServiceImp
  8. {
  9. /// <summary>
  10. /// 通用附件下载Service实现类
  11. /// add 作者: 季健国 QQ:181589805 by 2016-05-22
  12. /// </summary>
  13. public class DownloadManage : RepositoryBase<COM_DOWNLOAD>, IService.IDownloadManage
  14. {
  15. }
  16. }