namespace Hotline.Share.Dtos.Knowledge { public class KnowedgeStatisticsDto { public int Index { get; set; } public string? OrgName { get; set; } public DateTime? LastModificationTime { get; set; } } }