增加固体饮料批号初版

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

@@ -39,6 +39,12 @@ namespace FATrace.Model
[Column(Name = "Batch", IsNullable = false, StringLength = 50)]
public string? Batch { get; set; }
/// <summary>
/// 固体饮料批次
/// </summary>
[Column(Name = "SolidBeveBatch", StringLength = 50)]
public string? SolidBeveBatch { get; set; }
/// <summary>
/// 保质期 年
/// </summary>