Added models and GET API
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Step.Model.DatabaseModels
|
||||
[Key, Column("position_id", Order = 1)]
|
||||
public byte PositionId { get; set; }
|
||||
|
||||
[Column("Type")]
|
||||
[Column("type")]
|
||||
public byte Type { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user