修改为post

This commit is contained in:
2022-07-07 14:04:27 +08:00
parent 19eb31279f
commit d24e2be3bf
2 changed files with 2 additions and 2 deletions
@@ -55,7 +55,7 @@ namespace IRaCIS.Core.Application.ViewModel
}
//是否产生裁判
public bool IsGenerateJudge { get; set; }
public bool IsGeneratedJudge { get; set; }
//审核次数
public int? GeneratedMedicalReviewCount { get; set; }