修改签名
This commit is contained in:
@@ -272,13 +272,12 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
/// <typeparam name="T">泛型</typeparam>
|
||||
public class DataInspectionDto<T>
|
||||
{
|
||||
|
||||
|
||||
|
||||
public T Data { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid SignCodeId { get; set; }
|
||||
|
||||
public SignDTO SignInfo { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user