namespace Aucma.Core.SheetMetalTasks { public interface IAucamSheetMetalTaskService { /// /// 钣金计划任务 /// Task SheetMetalTasks(); } }