Skip to content

Commit

Permalink
MMI-244 Fixed cbra report issues
Browse files Browse the repository at this point in the history
  • Loading branch information
laidaoyu committed Dec 19, 2024
1 parent 291f655 commit 5ff26fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions libs/net/entities/CBRAReportStaffSummary.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;

namespace TNO.Entities;
Expand All @@ -7,7 +6,6 @@ namespace TNO.Entities;
/// CBRA report staff summary
/// </summary>
[Keyless]
[NotMapped]
public class CBRAReportStaffSummary
{
public string staff { get; set; }
Expand Down
2 changes: 0 additions & 2 deletions libs/net/entities/CBRAReportTotalEntries.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;

namespace TNO.Entities;
Expand All @@ -7,7 +6,6 @@ namespace TNO.Entities;
/// CBRA report total entries
/// </summary>
[Keyless]
[NotMapped]
public class CBRAReportTotalEntries
{
public string dayofweek { get; set; }
Expand Down
2 changes: 0 additions & 2 deletions libs/net/entities/CBRAReportTotalExcerpts.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;

namespace TNO.Entities;
Expand All @@ -7,7 +6,6 @@ namespace TNO.Entities;
/// CBRA report total excerpts
/// </summary>
[Keyless]
[NotMapped]
public class CBRAReportTotalExcerpts
{
public string category { get; set; }
Expand Down
2 changes: 0 additions & 2 deletions libs/net/entities/CBRAReportTotalsByBroadcaster.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;

namespace TNO.Entities;
Expand All @@ -7,7 +6,6 @@ namespace TNO.Entities;
/// CBRA report totals by broadcaster
/// </summary>
[Keyless]
[NotMapped]
public class CBRAReportTotalsByBroadcaster
{
public string sourcetype { get; set; }
Expand Down
2 changes: 0 additions & 2 deletions libs/net/entities/CBRAReportTotalsByProgram.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;

namespace TNO.Entities;
Expand All @@ -7,7 +6,6 @@ namespace TNO.Entities;
/// CBRA report totals by program
/// </summary>
[Keyless]
[NotMapped]
public class CBRAReportTotalsByProgram
{
public string mediatype { get; set; }
Expand Down

0 comments on commit 5ff26fd

Please sign in to comment.