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