10 lines
203 B
C#
10 lines
203 B
C#
using Yi.Framework.Infrastructure.Ddd.Dtos.Abstract;
|
|
|
|
namespace Yi.Framework.Module.FileManager
|
|
{
|
|
public class FileGetListOutputDto : IEntityDto
|
|
{
|
|
public long Id { get; set; }
|
|
}
|
|
}
|