using Microsoft.EntityFrameworkCore; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace DD.Persistence.Database.Entity.ParameterData; [Table("ParameterData8")] public class ParameterData8 : ParameterData { }