parking-webapi/WebApi_data_value/Models/Yuntech_monthly_rent_number.cs
2024-08-14 16:12:28 +08:00

10 lines
198 B
C#

namespace WebApi_data_value.Models
{
public class Yuntech_monthly_rent_number
{
public string? category { get; set; }
public string? number { get; set; }
}
}