增加固体饮料批号初版
This commit is contained in:
@@ -12,6 +12,7 @@ namespace FATrace.WPLApp.ModelDto
|
||||
public string? RawName { get; set; }
|
||||
public double Weight { get; set; }
|
||||
public string? Batch { get; set; }
|
||||
public string? SolidBeveBatch { get; set; }
|
||||
public int ShelfLife { get; set; }
|
||||
public string RawSource { get; set; } = string.Empty; // 展示为文本
|
||||
public double RemainWeight { get; set; }
|
||||
|
||||
@@ -39,6 +39,11 @@ namespace FATrace.WPLApp.ModelDto
|
||||
/// </summary>
|
||||
public string? Batch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 固体饮料批次
|
||||
/// </summary>
|
||||
public string? SolidBeveBatch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配料日期
|
||||
/// </summary>
|
||||
|
||||
@@ -36,6 +36,11 @@ namespace FATrace.WPLApp.ModelDto
|
||||
/// </summary>
|
||||
public string? Batch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 固体饮料批次
|
||||
/// </summary>
|
||||
public string? SolidBeveBatch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 保质期 年
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user