using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WdtUtils.Proxy; namespace WangToTempDb { public interface IUpLoad { /// /// 资料导入中间数据库 /// /// void UpLoad(Dictionary args); } }