namespace ZhiYi.Core.Application.Dtos.Server
{
/// <summary>
/// 新增服务器创建定义
/// </summary>
public class ServerCreationDto : ServerCreationAndUpdationDto
}