1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -117,5 +117,12 @@
    /// 璋冩嫧浠撳簱
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "璋冩嫧浠撳簱")]
    public string AllocateWarehouse { get; set; }
    /// <summary>
    /// 澶囨敞
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
    public string Remark { get; set; }
}