|
|
@ -47,6 +47,12 @@ public partial class CustomerOrgRegister : AuditedEntity, IHasConcurrencyStamp |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public char IsComplete { get; set; } |
|
|
public char IsComplete { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 是否需要填写问卷才能看报告
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public char IsQuestion { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string? ConcurrencyStamp { get; set; } |
|
|
public string? ConcurrencyStamp { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|