Commit 93f8bcb7 by xin.yang

some update

parent 20ea8ec3
...@@ -29,7 +29,7 @@ namespace Siger.Middlelayer.WmsRepository.Request ...@@ -29,7 +29,7 @@ namespace Siger.Middlelayer.WmsRepository.Request
/// 是否停用0:停用 1:启用 /// 是否停用0:停用 1:启用
/// </summary> /// </summary>
public int status { get; set; } public int status { get; set; }
public List<LocationModel> locations { get; set; } = new List<LocationModel>(); public List<LocationModel> storeArr { get; set; } = new List<LocationModel>();
} }
public class LocationModel public class LocationModel
......
...@@ -10,5 +10,9 @@ namespace Siger.Middlelayer.WmsRepository.Response ...@@ -10,5 +10,9 @@ namespace Siger.Middlelayer.WmsRepository.Response
public List<string> field { get; set; } public List<string> field { get; set; }
public string serialNumber { get; set; } public string serialNumber { get; set; }
public int state { get; set; } public int state { get; set; }
/// <summary>
/// 前端填写的储位ID
/// </summary>
public int storeID { get; set; }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment