erp转库单同步

This commit is contained in:
2024-07-04 10:53:58 +08:00
parent 7b35c1768e
commit cbe419274e
6 changed files with 77 additions and 45 deletions

View File

@@ -77,11 +77,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// </summary>
public string? material_code { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string material_specification { get; set; }
/// <summary>
/// 单位代码
/// </summary>
@@ -101,10 +96,5 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 应转主数量
/// </summary>
public decimal? qty { get; set; }
/// <summary>
/// 物料描述
/// </summary>
public string? material_ex { get; set; }
}
}