parking-webapi/WebApi_data_value/Models/Yuntech_monthly_rent_number.cs

10 lines
198 B
C#
Raw Permalink Normal View History

2024-09-28 01:25:42 +08:00
namespace WebApi_data_value.Models
{
public class Yuntech_monthly_rent_number
{
public string? category { get; set; }
public string? number { get; set; }
}
}