DataServices 现场调试OK

This commit is contained in:
2025-11-26 16:46:48 +08:00
parent 979afae645
commit 010272aa0b
31 changed files with 1866 additions and 267 deletions

View File

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