using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myshipping.Application
{
///
///
///
public interface IEmbedTraceProductService
{
///
/// 获取单票运踪流程详情
///
/// 查询单票运踪流程详情
/// 返回回执
Task GetTraceFlowInfo(EmbedQueryTraceFlowDto model);
}
}