17 lines
371 B
C#
17 lines
371 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
|
|
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
namespace GPW.Data.DBModels
|
|
{
|
|
public partial class CheckVc19
|
|
{
|
|
public DateTime DtCheck { get; set; }
|
|
public int IdxDipendente { get; set; }
|
|
public string Payload { get; set; }
|
|
}
|
|
}
|