增加固体饮料批号初版
This commit is contained in:
@@ -50,6 +50,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>
|
||||
/// 配料日期 当天日期
|
||||
/// 年,月,日
|
||||
|
||||
Reference in New Issue
Block a user