1d2720ffaa
This reverts commit 787886bab2.
16 lines
261 B
C#
16 lines
261 B
C#
namespace zero.Core.Entities
|
|
{
|
|
public class PreviewModel
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public string Icon { get; set; }
|
|
|
|
public string Text { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
|
|
public bool HasError { get; set; }
|
|
}
|
|
}
|