Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -6,8 +6,8 @@ using System.Threading.Tasks; using WIDESEA_Core.DB.Models; namespace WIDESEA_Model.Models { namespace WIDESEA_Model.Models; [SugarTable(nameof(DtStockInfoDetail), "库存信息明细")] public class DtStockInfoDetail : BaseEntity { @@ -76,5 +76,4 @@ /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "备注")] public string Remark { get; set; } } }