mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
13 lines
265 B
C#
13 lines
265 B
C#
|
|
namespace Cicm.Database.Schemas
|
|||
|
|
{
|
|||
|
|
public class OwnConsole
|
|||
|
|
{
|
|||
|
|
public int id;
|
|||
|
|
public int db_id;
|
|||
|
|
public string date;
|
|||
|
|
public int status;
|
|||
|
|
public bool trade;
|
|||
|
|
public bool boxed;
|
|||
|
|
public bool manuals;
|
|||
|
|
}
|
|||
|
|
}
|