This commit is contained in:
he
2022-03-31 09:56:40 +08:00
parent 91a8f855d6
commit b149922cc2
4 changed files with 35 additions and 20 deletions
@@ -123,6 +123,11 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
#endregion
public class DataInspectionDto<T> : InspectionBase, IInspectionDTO, ISignDTO
{
public T OptCommand { get; set; }
}
#region
public class InsSubjectCommand : InspectionBase, IInspectionDTO, ISignDTO
{