增加规格型号和箱号
This commit is contained in:
@@ -108,5 +108,13 @@ public partial class WmsDistaskCode : BaseEntity<string>
|
||||
/// 子载具编号
|
||||
/// </summary>
|
||||
public string? membercarry_code { get; set; }
|
||||
/// <summary>
|
||||
/// 规格型号
|
||||
/// </summary>
|
||||
public string? material_specification { get; set; }
|
||||
/// <summary>
|
||||
/// 规格型号
|
||||
/// </summary>
|
||||
public string? container_no { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user