using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.MyTestEntityNames;
using Volo.Abp.Application.Services;
namespace CMS.Plugin.PipeLineLems.Application.Contracts.Services;
///
/// MES应用服务
///
public interface IMesAppService : ICrudAppService
{
///
/// Clones the asynchronous.
///
/// The ids.
///
Task> CloneAsync(IEnumerable ids);
}