From 0d8043df13bb83a1ab7b5a6f217d0b6e044b239e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=B8=A4=E6=97=AD=5BIrelia=5D?= <366601522@qq.com> Date: Mon, 10 Jul 2023 21:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExportCustomUserSetting/ExportCustomUserSetting.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Domain/AppBusiness/ExportCustomUserSetting/ExportCustomUserSetting.cs b/Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Domain/AppBusiness/ExportCustomUserSetting/ExportCustomUserSetting.cs index 84a12d8..8da2c1e 100644 --- a/Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Domain/AppBusiness/ExportCustomUserSetting/ExportCustomUserSetting.cs +++ b/Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Domain/AppBusiness/ExportCustomUserSetting/ExportCustomUserSetting.cs @@ -2,6 +2,7 @@ using System.ComponentModel.DataAnnotations; using Faster.Zheng.Winin.Enums; using Volo.Abp.Domain.Entities.Auditing; +#pragma warning disable CS8618 namespace Faster.Zheng.Winin.AppBusiness.ExportCustomUserSetting; @@ -14,7 +15,7 @@ public class ExportCustomUserSetting : AuditedAggregateRoot /// 用户ID /// [Display(Name = "用户ID")] - public string ExportUserId { get; set; } + public Guid ExportUserId { get; set; } /// /// 用户姓名