修复bug

This commit is contained in:
18942506660
2024-01-02 16:55:21 +08:00
parent 6d30e1d63e
commit 578ff51137
6 changed files with 22 additions and 16 deletions

View File

@@ -7,9 +7,9 @@ namespace WMS.Web.Core.Dto.Erp
public class ErpInventoryDto
{
/// <summary>
/// 物料ID
/// 物料编码
/// </summary>
public int MaterialId { get; set; }
public string MaterialNumber { get; set; }
/// <summary>
/// 组织编码
/// </summary>