修改
This commit is contained in:
@@ -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>
|
||||
/// 修改原因
|
||||
|
||||
Reference in New Issue
Block a user