| | |
| | | using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.WorkPlan; |
| | | using CMS.Plugin.PipeLineLems.Domain.WorkPlan; |
| | | using Volo.Abp.Application.Services; |
| | | |
| | | namespace CMS.Plugin.PipeLineLems.Application.Contracts.Services; |
| | |
| | | /// <returns></returns> |
| | | Task<List<WorkPlanDto>> CloneAsync(IEnumerable<Guid> ids); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 按照 原料标记 查找作业计划表 |
| | | /// </summary> |
| | | /// <param name="name"></param> |
| | | /// <param name="cancellationToken"></param> |
| | | /// <returns></returns> |
| | | Task<List<WorkPlan>> FindByDataIdentifierAsync(string dataIdentifier); |
| | | |
| | | /// <summary> |
| | | /// 删除作业计划表 |
| | | /// </summary> |