huangxiaoqiang
2025-10-27 387731cab892804912e68cb91e6fb804411c4756
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -51,7 +51,7 @@
    public string Warehouse { get; set; }
    /// <summary>
    /// å•据编号 / é€šé“
    /// å•据编号
    /// </summary>
    [Required]
    [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "单据编号")]
@@ -82,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]
@@ -102,8 +108,8 @@
    public string Date { get; set; }
    /// <summary>
    /// å¤‡æ³¨
    /// è°ƒæ‹¨ä»“库
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
    [SugarColumn(IsNullable = true, ColumnDescription = "调拨仓库")]
    public string Remark { get; set; }
}