1
huangxiaoqiang
2025-10-23 82149871f30f4564d84272649352496a2ab0a38e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -39,6 +39,12 @@
    public string MaterielName { get; set; }
    /// <summary>
    /// éœ€æ±‚分类
    /// </summary>
    [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "需求分类")]
    public string DemandClassification { get; set; }
    /// <summary>
    /// ä»“库
    /// </summary>
    [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "仓库")]
@@ -76,6 +82,12 @@
    public decimal Quantity { get; set; }
    /// <summary>
    /// å‡ºåº“数量
    /// </summary>
    [SugarColumn(IsNullable = true, DecimalDigits = 4, ColumnDescription = "数量", DefaultValue = "0")]
    public decimal OutboundQuantity { get; set; }
    /// <summary>
    /// ç»„盘状态 ç”µèŠ¯çŠ¶æ€
    /// </summary>
    [Required]