namespace Admin.NET.Core.Service;
public class CreateEntityInput
{
///
///
///
/// student
public string TableName { get; set; }
///
///
///
/// Student
public string EntityName { get; set; }
///
///
///
/// AutoIncrementEntity
public string BaseClassName { get; set; }
///
///
///
/// Magic.Application
public string Position { get; set; }
///
///
///
public string ConfigId { get; set; }
}