Working on data and sztl
This commit is contained in:
11
SessionZero/Data/SzField.cs
Normal file
11
SessionZero/Data/SzField.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using SessionZero.Data.Sztl;
|
||||
|
||||
namespace SessionZero.Data;
|
||||
|
||||
public class SzField
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public object? Value { get; set; }
|
||||
public SzFieldType Type { get; set; }
|
||||
public bool IsTextBlock { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user