|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
namespace IMCS.CCS.Models
|
|
|
{
|
|
|
- public class LocationData
|
|
|
+ public class LocationData
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 定位
|
|
@@ -9,9 +9,14 @@ namespace IMCS.CCS.Models
|
|
|
public string Location { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 条件限制标志 空或1 限制规则,0不限制
|
|
|
+ /// 目的库位
|
|
|
/// </summary>
|
|
|
- public string IsAllowFlag { get; set; }
|
|
|
+ public string DestLocation { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 条件限制标志 空或1 限制规则,0不限制
|
|
|
+ /// </summary>
|
|
|
+ public string IsAllowFlag { get; set; }
|
|
|
}
|
|
|
|
|
|
public class UploadFileData
|