mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 01:11:52 +08:00
10 lines
141 B
C#
10 lines
141 B
C#
|
namespace AntDesign
|
|||
|
{
|
|||
|
public class Point
|
|||
|
{
|
|||
|
public decimal x { get; set; }
|
|||
|
|
|||
|
public decimal y { get; set; }
|
|||
|
}
|
|||
|
}
|