分组修改

This commit is contained in:
he
2024-03-12 14:13:26 +08:00
parent 56cba570bf
commit e19c03412d
2 changed files with 7 additions and 2 deletions
@@ -2404,7 +2404,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid Id { get; set; }
/// <summary>
/// <summary>
/// 分组ID
/// </summary>
public Guid? GroupId { get; set; }
/// <summary>
/// 系统标准Id
/// </summary>
public Guid ReadingQuestionCriterionSystemId { get; set; }