Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs
@@ -36,11 +36,18 @@ public bool IsFull { get; set; } /// <summary> /// 备注 /// 备注 (静制\陈化时间) /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "备注")] public string Remark { get; set; } /// <summary> /// 区域编码 /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "区域编码")] public string AreaCode { get; set; } /// <summary> /// 库存明细 /// </summary>