配置测试数据

This commit is contained in:
tongfei
2023-10-26 17:48:41 +08:00
parent 918e4d203b
commit 5ab9b50308
8 changed files with 258 additions and 20 deletions

View File

@@ -20,5 +20,25 @@ namespace WMS.Web.Core.Dto.Erp.Purchase
/// 物料规格信号
/// </summary>
public string Specifications { get; set; }
/// <summary>
/// 供应商名称
/// </summary>
public string SupplierName { get; set; }
/// <summary>
/// 组织名称
/// </summary>
public string OrgName { get; set; }
/// <summary>
/// 物料名称
/// </summary>
public string MaterialName { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
}
}