裁判任务稽查修改

This commit is contained in:
2022-12-29 13:30:03 +08:00
parent c15ef3137c
commit 38cdc008e5
4 changed files with 21 additions and 7 deletions
@@ -103,6 +103,7 @@ namespace IRaCIS.Core.Domain.Models
/// 文件名称
/// </summary>
public string FileName { get; set; } = string.Empty;
[JsonIgnore]
[ForeignKey("TaskMedicalReviewId")]
public TaskMedicalReview TaskMedicalReview { get; set; }