From 5308ece9a2319544256049dccab1b975dc825d1d Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Fri, 28 Feb 2025 16:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shentun.WebPeis.Domain/Models/CustomerOrgRegister.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Shentun.WebPeis.Domain/Models/CustomerOrgRegister.cs b/src/Shentun.WebPeis.Domain/Models/CustomerOrgRegister.cs index 5b0185a..32cad08 100644 --- a/src/Shentun.WebPeis.Domain/Models/CustomerOrgRegister.cs +++ b/src/Shentun.WebPeis.Domain/Models/CustomerOrgRegister.cs @@ -47,6 +47,12 @@ public partial class CustomerOrgRegister : AuditedEntity, IHasConcurrencyStamp /// public char IsComplete { get; set; } + /// + /// 是否需要填写问卷才能看报告 + /// + public char IsQuestion { get; set; } + + public string? ConcurrencyStamp { get; set; }