仪表盘
版本库
文件存储
活动
搜索
登录
SuZhouGuanHong
/
ShanMeiXinNengYuan
陕煤新能源立库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
refactor(logging): 重构日志记录模块,统一使用Serilog和QuartzLogHelper
wanshenmean
20 小时以前
627371d0ffdf50239313f2c86d022a0c5c69550d
[SuZhouGuanHong/ShanMeiXinNengYuan.git]
/
Code
/
WCS
/
WIDESEAWCS_Server
/
WIDESEAWCS_Tasks
/
RobotJob
/
Abstractions
/
IRobotNgLineCommandHandler.cs
1
2
3
4
5
6
7
8
9
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_Tasks.Workflow.Abstractions
{
public interface IRobotNgLineCommandHandler
{
Task<bool> HandleAsync(string message, RobotSocketState state);
}
}