using MyCode.Project.Domain.Message.Response.JackYun; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyCode.Project.Services { public interface IJackYunStockinService { ///// ///// 调度运行抓吉客云销售订单 ///// ///// //void TaskGetJackYunOrder(string now); ///// ///// 合并吉客云订单到新表 ///// ///// //string GetAndMergeJackYunOrder(string now); /// /// 调度运行推送入库/出库申请 /// /// /// void TaskSendInventoryMovement(DateTime now); } }