10 lines
198 B
C#
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; }
|
|
|
|
}
|
|
}
|