15 lines
351 B
C#
15 lines
351 B
C#
using Cowain.Base.IServices;
|
|
using Plugin.Cowain.Wcs.Models.Dto;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Plugin.Cowain.Wcs.IServices;
|
|
|
|
public interface IFindFlowTask6180Service : IBaseService
|
|
{
|
|
public Task FindTaskAsync(TaskData6180Dto? taskData = null);
|
|
}
|