This commit is contained in:
qianhao.xu
2024-11-07 21:27:56 +08:00
parent 54840baf1b
commit 7038d8a4d6
4 changed files with 61 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ namespace DOAN.Service.PBL.IService
{
public interface IMESInteractionServcie
{
int TestPLC(int num);
bool MESLightUp(LightUpDto light);
bool MESLightDown(string scan_code);
}