mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-04 23:29:00 +08:00
refactor: restructure directories to improve module organization Foxel.Models.Request.Picture - Foxel.Models.Request.Tag - Foxel.Models.Request.Auth - Foxel.Models.Request.Picture
This commit is contained in:
@@ -2,7 +2,7 @@ using Foxel.Models.DataBase;
|
||||
|
||||
namespace Foxel.Models.Response.Picture;
|
||||
|
||||
public class PictureResponse
|
||||
public record PictureResponse
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user