chore:目录重构
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Yi.Framework.Infrastructure.Ddd.Dtos.Abstract;
|
||||
|
||||
namespace Yi.Framework.Module.FileManager
|
||||
{
|
||||
public class FileGetListOutputDto : IEntityDto
|
||||
{
|
||||
public long Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user