Uat_Study
DK 2022-03-28 17:58:09 +08:00
parent 6cc5e03ca3
commit a96de2f416
4 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? ParentId { get; set; } public Guid? ParentId { get; set; }
public bool IsEnable { get; set; } public bool IsEnable { get; set; }
public bool IsConfig { get; set; } public bool IsConfig { get; set; }
public int? ModuleTypeId { get; set; } public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; } public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; } public string ChildrenTypeId { get; set; }
} }
@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? ParentId { get; set; } public Guid? ParentId { get; set; }
public bool IsEnable { get; set; } public bool IsEnable { get; set; }
public bool IsConfig { get; set; } public bool IsConfig { get; set; }
public int? ModuleTypeId { get; set; } public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; } public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; } public string ChildrenTypeId { get; set; }
} }

View File

@ -31,7 +31,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
/// <summary> /// <summary>
/// 子类 /// 子类
/// </summary> /// </summary>
public int ChildrenType { get; set; } public string ChildrenType { get; set; }
public bool IsSign { get; set; } public bool IsSign { get; set; }
public string JsonDetail { get; set; } = string.Empty; public string JsonDetail { get; set; } = string.Empty;
@ -183,7 +183,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
/// <summary> /// <summary>
/// 子类 /// 子类
/// </summary> /// </summary>
public int? ChildrenType { get; set; } public string ChildrenType { get; set; }
/// <summary> /// <summary>
/// 修改原因 /// 修改原因

View File

@ -86,7 +86,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// ModuleTypeId /// ModuleTypeId
/// </summary> /// </summary>
public int? ModuleTypeId { get; set; } public string ModuleTypeId { get; set; }
/// <summary> /// <summary>
/// OptTypeId /// OptTypeId

View File

@ -91,7 +91,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// 子类 /// 子类
/// </summary> /// </summary>
public int? ChildrenType { get; set; } public string ChildrenType { get; set; }
/// <summary> /// <summary>
/// Json 对象 /// Json 对象