mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
initial
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Kemkas.Web.ViewModels;
|
||||
|
||||
public struct Szintlepes
|
||||
{
|
||||
[JsonPropertyName("osztaly")]
|
||||
public string Osztaly { get; set; }
|
||||
|
||||
[JsonPropertyName("HProll")]
|
||||
public byte HProll { get; set; }
|
||||
|
||||
[JsonPropertyName("tolvajExtraKepzettseg")]
|
||||
public string? TolvajExtraKepzettseg { get; set; }
|
||||
|
||||
[JsonPropertyName("harcosFegyver")]
|
||||
public string? HarcosFegyver { get; set; }
|
||||
|
||||
[JsonPropertyName("kalozKritikus")]
|
||||
public string? KalozKritikus { get; set; }
|
||||
|
||||
[JsonPropertyName("tulajdonsagNoveles")]
|
||||
public string? TulajdonsagNoveles { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user