提交代码

This commit is contained in:
hehaibing-1996
2024-05-09 16:38:47 +08:00
parent cb6090bf0b
commit 3c2cc27467
19 changed files with 299 additions and 63 deletions

View File

@ -33,7 +33,7 @@ namespace WCS.BLL.HardWare
public void GoInInstore(string IPAdress)
{
throw new NotImplementedException();
//找到对应的灯 亮灯
}
public void GoInOutstore(List<OutOrderMatDetail> MatDetails, OutOrder outOrder)
@ -53,6 +53,7 @@ namespace WCS.BLL.HardWare
public void GoOutInstore()
{
//找到已亮灯的 灭灯
throw new NotImplementedException();
}