李昊 4 years ago
parent
commit
8936063e1f

+ 0 - 3
gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminStorehouseController.cs

@@ -1,7 +1,6 @@
 using System;
 using System.Collections.Generic;
 using System.IO;
-using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 using ExcelDataReader;
@@ -9,12 +8,10 @@ using GxPress.Common.Exceptions;
 using GxPress.Common.Page;
 using GxPress.Entity;
 using GxPress.Repository.Interface;
-using GxPress.Request.Sell;
 using GxPress.Request.Storehouse;
 using GxPress.Request.User;
 using GxPress.Result.Storehouse;
 using Microsoft.AspNetCore.Authorization;
-using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;
 using Microsoft.Extensions.Logging;
 

+ 6 - 0
gx_api/GxPress/Model/GxPress.Result/User/UserDetail.cs

@@ -177,6 +177,12 @@ namespace GxPress.Result.User
         /// </summary>
         /// <value></value>
         public string Remark { get; set; }
+
+        /// <summary>
+        /// 注册时间
+        /// </summary>
+        /// <value></value>
+        public DateTime? CreatedDate { get; set; }
     }
 }