添加LinkVerificationCode

This commit is contained in:
he
2026-06-17 17:33:09 +08:00
parent ddd06c8313
commit 67f17cffe0
7 changed files with 22477 additions and 3 deletions
+5
View File
@@ -338,6 +338,11 @@ public partial class Trial : BaseFullDeleteAuditEntity
/// </summary>
public DateTime? LinkExpirationTime { get; set; }
/// <summary>
/// 中心调研链接验证码 (默认用项目方案号)
/// </summary>
public string LinkVerificationCode { get; set; } = string.Empty;
}
public enum TrialDataStore