mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
|
|
namespace Cicm.Database.Schemas
|
|||
|
|
{
|
|||
|
|
public class Mpu
|
|||
|
|
{
|
|||
|
|
public int id;
|
|||
|
|
public string mpu;
|
|||
|
|
}
|
|||
|
|
}
|