Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -951,4 +951,26 @@ #endregion #region 收货单新增行库位 public class CreateRcvLineLocationInput : U9CBaseInput { public CreateRcvLineLocationParam RcvLineLocationParam { get; set; } } public class CreateRcvLineLocationParam { /// <summary> /// 收货行ID /// </summary> public string RcvLineId { get; set; } /// <summary> /// 储位 /// </summary> public string BinCode { get; set; } } #endregion }