Initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Datamodels.SearchModels
|
||||
{
|
||||
public sealed class TableModel
|
||||
{
|
||||
public string TableName { get; set; }
|
||||
public List<FieldModel> Fields { get; set; } = new List<FieldModel>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user