修复bug
This commit is contained in:
@@ -19,6 +19,10 @@ namespace WMS.Web.Core.Dto.Erp
|
||||
/// </summary>
|
||||
public string StockCode { get; set; }
|
||||
/// <summary>
|
||||
/// 子仓库(跟金蝶交互字段)
|
||||
/// </summary>
|
||||
public int Erp_SubStockId { get; set; }
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public decimal Qty { get; set; }
|
||||
|
||||
@@ -65,10 +65,10 @@ namespace WMS.Web.Core.Dto.Erp.TakeStock
|
||||
public class ErpTakeStockDetailsSaveDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 库存状态 KCZT001
|
||||
/// 库存状态 KCZT01_SYS
|
||||
/// </summary>
|
||||
[JsonProperty("FStockStatusId")]
|
||||
public ErpNumberDto FStockStatusId { get; set; } = new ErpNumberDto("KCZT001");
|
||||
public ErpNumberDto FStockStatusId { get; set; } = new ErpNumberDto("KCZT01_SYS");
|
||||
/// <summary>
|
||||
/// 货主类型: 默认为业务组织 BD_OwnerOrg
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user