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