修改签名

This commit is contained in:
he
2022-05-10 10:11:28 +08:00
parent 5702a2362e
commit 9a8265af3d
6 changed files with 25 additions and 22 deletions
@@ -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; }
}