客户要求的更改

This commit is contained in:
2026-05-15 17:17:08 +08:00
parent add4308b91
commit 7dabeddde4
23 changed files with 248 additions and 102 deletions

View File

@@ -34,10 +34,15 @@ namespace FATrace.Model
/// </summary>
public string? RawName { get; set; }
///// <summary>
///// 原料代码
///// </summary>
//public string? RawCode { get; set; }
/// <summary>
/// 原料代码
/// 固体饮料批次
/// </summary>
public string? RawCode { get; set; }
public string? SolidBeveBatch { get; set; }
}
}