mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
[2e][db] Add coins for 2e
breaking API change
This commit is contained in:
@@ -21,4 +21,13 @@ public class KarakterFelszereles2eDto
|
||||
|
||||
[JsonPropertyName("aprosagok")]
|
||||
public IList<FelszerelesIdAndCount> Aprosagok { get; set; }
|
||||
|
||||
[JsonPropertyName("at")]
|
||||
public int AranyTaller { get; set; }
|
||||
|
||||
[JsonPropertyName("el")]
|
||||
public int ElektrumTaller { get; set; }
|
||||
|
||||
[JsonPropertyName("et")]
|
||||
public int EzustTaller { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user