mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-08-28 19:46:41 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Foxel.Models.Request.Album;
|
||||
|
||||
public class AlbumPicturesRequest
|
||||
{
|
||||
public int AlbumId { get; set; }
|
||||
public List<int> PictureIds { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user