namespace ZhiYi.Core.Application.Dtos.Server { public class ServerUpdationDto : ServerCreationAndUpdationDto { /// /// 服务器ID /// public long Id { get; set; } } }