10 lines
260 B
C#
10 lines
260 B
C#
|
namespace Parking_space_WebAPI.Models
|
|||
|
{
|
|||
|
public class Parking_spaces_lcd_instand
|
|||
|
{
|
|||
|
public string? lcd_ip { get; set; }
|
|||
|
public string? parking_space_amount { get; set; }
|
|||
|
public string? parking_spaces_name { get; set; }
|
|||
|
}
|
|||
|
}
|