using FreeSql.DataAnnotations; namespace Pas.ScadaService.Model { [Table(Name = "Custom_Live")] public class CustomLive : CustomerBase { } }