仪表盘
版本库
文件存储
活动
搜索
登录
SuZhouGuanHong
/
ShanMeiXinNengYuan
陕煤新能源立库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix(StockInfoDetailController): MES凭证改为动态获取
wanshenmean
2 天以前
c36c5c66732415fb5a6d8f68082637bf27cb5538
[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);
}
}