移动系统liao
2024-12-11 c573732636815e569d24aacff11a82f93602585a
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; }
    }
}