using AirWheel.Cycling.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace AirWheel.Cycling.Service.IService
{
    /// <summary>
    /// 通用资料上传Service层接口
    /// add 作者: 季健国 QQ:181589805 by 2016-10-13
    /// </summary>
    public interface IUploadManage:IRepository<COM_UPLOAD>
    {
    }
}