using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Zxd.Core.Domain.Dto.Dncmsbase { public class DeptStatistcsDto { public string? Title { get; set; } public int? Only { get; set; } public int? Total { get; set; } public int? Increment { get; set; } } }