增加固体饮料批号初版
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; }
|
||||
|
||||
Reference in New Issue
Block a user