升级net8 模型要求严格了

Uat_Study SIRS-V1.0.4
hang 2024-01-05 17:06:50 +08:00
parent f10cc0adbf
commit 0a2513245c
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public T Data { get; set; }
public SignDTO SignInfo { get; set; }
public SignDTO? SignInfo { get; set; }
}