mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 08:10:51 +08:00
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; }
|
|
}
|
|
}
|