From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期二, 12 十一月 2024 09:21:57 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
index 4585ad9..2dc3796 100644
--- a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
+++ b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -1,4 +1,6 @@
-锘縰sing System;
+锘縰sing 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>
+        /// 鍙戝竷鑰卌msUserID
+        /// </summary>		
+
+        public int? publisherId { get; set; }
+
+
+
+        /// <summary>
+        /// 瀹℃牳鐘舵��
+        /// </summary>		
+        public AuditStatusType? auditStatus { get; set; }
+
     }
 }

--
Gitblit v1.9.1