10 lines
203 B
C#
10 lines
203 B
C#
|
namespace ZhiYi.Core.Application.Dtos.Server
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 新增服务器创建定义
|
|||
|
/// </summary>
|
|||
|
public class ServerCreationDto : ServerCreationAndUpdationDto
|
|||
|
{
|
|||
|
}
|
|||
|
}
|