增加固体饮料批号初版

This commit is contained in:
2026-04-29 09:52:08 +08:00
parent 7f7eb32ca3
commit add4308b91
17 changed files with 354 additions and 90 deletions

View File

@@ -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; }