Files
EmtusaHuelva/bdEmtusa/db/items.cs
2026-09-07 12:17:10 +02:00

39 lines
840 B
C#

// <auto-generated> This file has been auto generated by EF Core Power Tools. </autogenerated>
#nullable enable
using System;
using System.Collections.Generic;
namespace bdEmtusa.db;
public partial class items
{
public uint id { get; set; }
public uint? id_channel { get; set; }
public DateTime? creacion { get; set; }
public DateTime? modificacion { get; set; }
public uint n_modificaciones { get; set; }
public string? title { get; set; }
public string? link { get; set; }
public string? guid { get; set; }
public bool? guidIsPermaLink { get; set; }
public string? description { get; set; }
public string? category { get; set; }
public DateTime? pubDate { get; set; }
public bool oculto { get; set; }
public virtual channels? id_channelNavigation { get; set; }
}