This commit is contained in:
橙子
2021-11-09 17:06:45 +08:00
parent dd83ea384e
commit ed0da8d990
2 changed files with 59 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
using System;
namespace Yi.Framework.AuthenticationCenter
{
public class WeatherForecast
{
public DateTime Date { get; set; }
public int TemperatureC { get; set; }
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public string Summary { get; set; }
}
}