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:
ShiYu
2025-05-23 15:07:37 +08:00
parent a03e245d67
commit 0691f1c87d
91 changed files with 30 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ using System.Text.Json.Serialization;
namespace Foxel.Models;
public class ExifInfo
public record ExifInfo
{
// 基本图像信息
public int Width { get; set; }