增加固体饮料批号初版
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user