mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-18 07:06:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Winforms.Cartesian.Linq
|
||||
{
|
||||
public class City
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public double Population { get; set; }
|
||||
public double Area { get; set; }
|
||||
public string Country { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user