CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -1,4 +1,6 @@ using System; using CoreCms.Net.Model.Entities; using SqlSugar; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; @@ -178,5 +180,19 @@ /// </summary> public string area { get; set; } /// <summary> /// 发布者cmsUserID /// </summary> public int? publisherId { get; set; } /// <summary> /// 审核状态 /// </summary> public AuditStatusType? auditStatus { get; set; } } }