添加字段
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ef95cdd4ec
commit
a3b69d45ae
|
|
@ -10527,6 +10527,11 @@
|
||||||
|
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionTrialView.CriterionGroup">
|
||||||
|
<summary>
|
||||||
|
标准分组
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionTrialView.ExportIdentification">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionTrialView.ExportIdentification">
|
||||||
<summary>
|
<summary>
|
||||||
导出标识
|
导出标识
|
||||||
|
|
@ -10787,6 +10792,11 @@
|
||||||
导出标识
|
导出标识
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionSystemView.CriterionGroup">
|
||||||
|
<summary>
|
||||||
|
标准分组
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionSystemView.ClassifyType">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingQuestionSystemView.ClassifyType">
|
||||||
<summary>
|
<summary>
|
||||||
分类问题类型
|
分类问题类型
|
||||||
|
|
@ -11192,6 +11202,11 @@
|
||||||
分类问题类型
|
分类问题类型
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionSystemInDto.CriterionGroup">
|
||||||
|
<summary>
|
||||||
|
标准分组
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionSystemInDto.ClassifyEditType">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionSystemInDto.ClassifyEditType">
|
||||||
<summary>
|
<summary>
|
||||||
分类编辑类型 是否可编辑
|
分类编辑类型 是否可编辑
|
||||||
|
|
@ -11417,6 +11432,11 @@
|
||||||
Id
|
Id
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionTrialInDto.CriterionGroup">
|
||||||
|
<summary>
|
||||||
|
标准分组
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionTrialInDto.ClassifyType">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionTrialInDto.ClassifyType">
|
||||||
<summary>
|
<summary>
|
||||||
分类问题类型
|
分类问题类型
|
||||||
|
|
|
||||||
|
|
@ -899,6 +899,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 标准分组
|
||||||
|
/// </summary>
|
||||||
|
public CriterionGroup CriterionGroup { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 导出标识
|
/// 导出标识
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -1212,6 +1217,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
[Comment("导出标识")]
|
[Comment("导出标识")]
|
||||||
public ExportIdentification? ExportIdentification { get; set; }
|
public ExportIdentification? ExportIdentification { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 标准分组
|
||||||
|
/// </summary>
|
||||||
|
public CriterionGroup CriterionGroup { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 分类问题类型
|
/// 分类问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -1996,6 +2006,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ClassifyType? ClassifyType { get; set; }
|
public ClassifyType? ClassifyType { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 标准分组
|
||||||
|
/// </summary>
|
||||||
|
public CriterionGroup CriterionGroup { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 分类编辑类型 是否可编辑
|
/// 分类编辑类型 是否可编辑
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -2247,6 +2262,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Guid? Id { get; set; }
|
public Guid? Id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 标准分组
|
||||||
|
/// </summary>
|
||||||
|
public CriterionGroup CriterionGroup { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 分类问题类型
|
/// 分类问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -36,4 +36,9 @@ public class ReadingQuestionCriterionSystem : BaseAddAuditEntity
|
||||||
|
|
||||||
[Comment("是否必须全局阅片")]
|
[Comment("是否必须全局阅片")]
|
||||||
public bool IsMustGlobalReading { get; set; } = false;
|
public bool IsMustGlobalReading { get; set; } = false;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 标准分组
|
||||||
|
/// </summary>
|
||||||
|
public CriterionGroup CriterionGroup { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
19078
IRaCIS.Core.Infra.EFCore/Migrations/20250905071543_CriterionGroup1.Designer.cs
generated
Normal file
19078
IRaCIS.Core.Infra.EFCore/Migrations/20250905071543_CriterionGroup1.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,29 @@
|
||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
public partial class CriterionGroup1 : Migration
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.AddColumn<int>(
|
||||||
|
name: "CriterionGroup",
|
||||||
|
table: "ReadingQuestionCriterionSystem",
|
||||||
|
type: "int",
|
||||||
|
nullable: false,
|
||||||
|
defaultValue: 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.DropColumn(
|
||||||
|
name: "CriterionGroup",
|
||||||
|
table: "ReadingQuestionCriterionSystem");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -5732,6 +5732,9 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
b.Property<Guid>("CreateUserId")
|
b.Property<Guid>("CreateUserId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
|
b.Property<int>("CriterionGroup")
|
||||||
|
.HasColumnType("int");
|
||||||
|
|
||||||
b.Property<string>("CriterionName")
|
b.Property<string>("CriterionName")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
.HasMaxLength(400)
|
.HasMaxLength(400)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue