修改警告

This commit is contained in:
2022-08-10 14:38:11 +08:00
parent 6e4fb5e407
commit 682a3fd5db
8 changed files with 102 additions and 55 deletions
@@ -81,7 +81,6 @@ namespace IRaCIS.Core.Application.Contracts
///<summary> TrialQCQuestionAddOrEdit 列表查询参数模型</summary>
public class TrialQCQuestionAddOrEdit:TrialQCQuestionConfigureBatchAdd
{
public Guid? Id{ get; set; }
public Guid TrialId { get; set; }
}