修改稽查
This commit is contained in:
@@ -375,8 +375,10 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public string CreateUserRealName { get; set; } = string.Empty;
|
||||
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public string DescriptionCN { get; set; } = string.Empty;
|
||||
|
||||
public string ModuleTypeName { get; set; } = string.Empty;
|
||||
public string ModuleTypeNameCN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string SignText { get; set; } = string.Empty;
|
||||
@@ -386,6 +388,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public bool? InPlan { get; set; }
|
||||
|
||||
public string OptType { get; set; } = string.Empty;
|
||||
public string OptTypeCN { get; set; } = string.Empty;
|
||||
|
||||
public Guid? FrontAuditConfigId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user