mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-02 20:07:56 +08:00
12 lines
219 B
C#
12 lines
219 B
C#
|
|
namespace HandyControlDemo.Data
|
|
{
|
|
public class ContributorModel
|
|
{
|
|
public string UserName { get; set; }
|
|
|
|
public string Link { get; set; }
|
|
|
|
public string AvatarUri { get; set; }
|
|
}
|
|
} |