库位载具数,灭菌入库单号

This commit is contained in:
2024-09-03 16:23:52 +08:00
parent 9f1806e852
commit df654b1523
5 changed files with 24 additions and 14 deletions

View File

@@ -89,4 +89,9 @@ public partial class WmsSterilizationInstockH : BaseEntity<string>
/// </summary>
public string? status { get; set; }
/// <summary>
/// 单号
/// </summary>
public string? bill_code { get; set; }
}