Uat_Study
parent
6cc5e03ca3
commit
a96de2f416
|
@ -23,7 +23,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
public Guid? ParentId { get; set; }
|
||||
public bool IsEnable { get; set; }
|
||||
public bool IsConfig { get; set; }
|
||||
public int? ModuleTypeId { get; set; }
|
||||
public string ModuleTypeId { get; set; }
|
||||
public string OptTypeId { get; set; }
|
||||
public string ChildrenTypeId { get; set; }
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
public Guid? ParentId { get; set; }
|
||||
public bool IsEnable { get; set; }
|
||||
public bool IsConfig { get; set; }
|
||||
public int? ModuleTypeId { get; set; }
|
||||
public string ModuleTypeId { get; set; }
|
||||
public string OptTypeId { get; set; }
|
||||
public string ChildrenTypeId { get; set; }
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
|||
/// <summary>
|
||||
/// 子类
|
||||
/// </summary>
|
||||
public int ChildrenType { get; set; }
|
||||
public string ChildrenType { get; set; }
|
||||
public bool IsSign { get; set; }
|
||||
public string JsonDetail { get; set; } = string.Empty;
|
||||
|
||||
|
@ -183,7 +183,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
|||
/// <summary>
|
||||
/// 子类
|
||||
/// </summary>
|
||||
public int? ChildrenType { get; set; }
|
||||
public string ChildrenType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 修改原因
|
||||
|
|
|
@ -86,7 +86,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// <summary>
|
||||
/// ModuleTypeId
|
||||
/// </summary>
|
||||
public int? ModuleTypeId { get; set; }
|
||||
public string ModuleTypeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// OptTypeId
|
||||
|
|
|
@ -91,7 +91,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// <summary>
|
||||
/// 子类
|
||||
/// </summary>
|
||||
public int? ChildrenType { get; set; }
|
||||
public string ChildrenType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Json 对象
|
||||
|
|
Loading…
Reference in New Issue