bug
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -45,12 +45,11 @@ namespace Tnb.BasicData.Entities.Dto
|
||||
/// </summary>
|
||||
public string? loss_rate {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:数量
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string? quantity {get;set;}
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public int quantity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:需要称量
|
||||
|
||||
@@ -37,7 +37,7 @@ public partial class BasEbomD : BaseEntity<string>
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public string? quantity { get; set; }
|
||||
public int quantity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 损耗率
|
||||
|
||||
@@ -32,7 +32,7 @@ public partial class BasEbomH : BaseEntity<string>
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public string? quantity { get; set; }
|
||||
public int quantity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单位id
|
||||
|
||||
Reference in New Issue
Block a user