This commit is contained in:
2023-06-21 11:17:32 +08:00
parent c4434ce477
commit 1e555f372f
6 changed files with 70 additions and 15 deletions

View File

@@ -19,6 +19,10 @@ namespace Tnb.BasicData.Entities.Dto
public string? unit_id { get; set; }
public string? version { get; set; }
/// <summary>
/// 数量
/// </summary>
public int quantity { get; set; }
/// <summary>
/// 工艺路线名称
/// </summary>
public string? route_id { get; set; }