接口优化

This commit is contained in:
tongfei
2023-11-22 11:06:06 +08:00
parent e9d775870b
commit 44f21ae5f1
6 changed files with 126 additions and 74 deletions

View File

@@ -15,8 +15,8 @@ namespace WMS.Web.Core.Dto.InStockTask
public string SourceBillNo { get; set; }
/// <summary>
/// 来源单据类型
/// 仓库编码
/// </summary>
public int? InstockType { get; set; }
public string StockCode { get; set; }
}
}