各模块增加规格型号和箱号

This commit is contained in:
2023-11-27 14:57:10 +08:00
parent f245a134fa
commit a400c2a3d2
5 changed files with 33 additions and 5 deletions

View File

@@ -94,4 +94,12 @@ public partial class WmsHandleCode : BaseEntity<string>
/// </summary>
public DateTime? modify_time { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string? material_specification { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string? container_no { get; set; }
}