DataServices 现场调试OK
This commit is contained in:
@@ -49,6 +49,13 @@ namespace FATrace.Model
|
||||
[Column(Name = "Batch", IsNullable = false, StringLength = 50)]
|
||||
public string? Batch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配料日期 当天日期
|
||||
/// 年,月,日
|
||||
/// </summary>
|
||||
[Column(Name = "DeliveryDate", IsNullable = false, StringLength = 30)]
|
||||
public string? DeliveryDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 保质期 年
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user