namespace Aip.Api.Service.Models.Dto; public partial class LinkedSystemDto { public int SystemId { get; set; } public string SystemName { get; set; } = string.Empty; public DateTime CreatedAt { get; set; } public bool UseYn { get; set; } public string? SystemDesc { get; set; } public DateTime? DeletedAt { get; set; } }