肖洋
2025-02-11 992a33ca68af405d08da512c46d7d59ec3ceaabc
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs
@@ -20,7 +20,7 @@
    public int BoxingInfoId { get; set; }
    /// <summary>
    /// 物料编码
    /// 物料编码 绑定代码
    /// </summary>
    [Required]
    [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "物料编号")]
@@ -34,7 +34,7 @@
    public string MaterielName { get; set; }
    /// <summary>
    /// 单据编号
    /// 单据编号 / 通道
    /// </summary>
    [Required]
    [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "单据编号")]
@@ -48,7 +48,7 @@
    public string BatchNo { get; set; }
    /// <summary>
    /// 序列号
    /// 序列号(电芯)
    /// </summary>
    [Required]
    [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "序列号")]
@@ -68,14 +68,14 @@
    public decimal OutboundQuantity { get; set; }
    /// <summary>
    /// 组盘状态
    /// 组盘状态 电芯状态
    /// </summary>
    [Required]
    [SugarColumn(IsNullable = false, ColumnDescription = "组盘状态")]
    public int Status { get; set; }
    /// <summary>
    /// 备注
    /// 备注 // 料框属性Json
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
    public string Remark { get; set; }