From 1735a4621e891e9df6bc266e74354c566e863ea9 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 29 Jun 2026 12:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Management/User.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Domain/Management/User.cs b/IRaCIS.Core.Domain/Management/User.cs index 6a87a13c5..775c4e159 100644 --- a/IRaCIS.Core.Domain/Management/User.cs +++ b/IRaCIS.Core.Domain/Management/User.cs @@ -47,6 +47,7 @@ public class UserRole : BaseFullAuditEntity + [Comment("医生生成账号后,会有值")] public Guid? DoctorId { get; set; }