提交代码
This commit is contained in:
@ -16,9 +16,9 @@ namespace WCS.BLL.HardWare
|
||||
public Mode CurentMode { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
public string ModulesStr { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
public string GroupName { get; set; }
|
||||
public MatInfoModel InStoreData { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
public MatInfoResponse InStoreData { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
public string OutOrderNumber { get; set; }
|
||||
public string OrderNumber { get; set; }
|
||||
|
||||
public void GoInInstore(string IPAdress)
|
||||
{
|
||||
|
Reference in New Issue
Block a user