mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace AntSK.Models
|
|
{
|
|
public class ActivityProject
|
|
{
|
|
public string Name { get; set; }
|
|
public string Link { get; set; }
|
|
}
|
|
} |