CustomLive.cs 162 B

1234567891011
  1. using FreeSql.DataAnnotations;
  2. namespace Pas.ScadaService.Model
  3. {
  4. [Table(Name = "Custom_Live")]
  5. public class CustomLive : CustomerBase
  6. {
  7. }
  8. }