namespace HStation.WinFrmUI
|
{
|
public class PackagePropGroupChoiceViewModel
|
{
|
public long ID { get; set; }
|
public string PropGroupName { get; set; }
|
public string PropName { get; set; }
|
public string Value { get; set; }
|
public string KeyWorldType { get; set; }
|
}
|
}
|