添加另一个标记

This commit is contained in:
he
2023-09-15 15:25:17 +08:00
parent 304ad35f29
commit 166b46f6a3
4 changed files with 30 additions and 51 deletions
@@ -164,7 +164,9 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DeleteUserId { get; set; }
[JsonIgnore]
public string? OtherMeasureData { get; set; } = string.Empty;
[JsonIgnore]
[ForeignKey("SplitRowId")]
public ReadingTableAnswerRowInfo SplitRow { get; set; }
[JsonIgnore]