10 lines
196 B
C#
10 lines
196 B
C#
namespace DataDomain
|
|
{
|
|
public class ShareModel
|
|
{
|
|
public int Id { get; set; }
|
|
public string GroupName { get; set; }
|
|
public string StockName { get; set; }
|
|
|
|
}
|
|
} |