提交代码
This commit is contained in:
@ -19,6 +19,10 @@ namespace WCS.BLL.HardWare
|
||||
public MatInfoResponse InStoreData { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
public string OrderNumber { get; set; }
|
||||
public int LightId { get; set; }
|
||||
public List<int> ModuleIds { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
public string ClientIp { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
public List<string> ExceptionMessages { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
public void GoInInstore(string IPAdress)
|
||||
{
|
||||
|
Reference in New Issue
Block a user