Aggiunta status (statistiche e log)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
// <Auto-Generated>
|
||||
// This is here so CodeMaid doesn't reorganize this document
|
||||
@@ -26,7 +22,7 @@ namespace MP.MONO.Data.DbModels
|
||||
/// <summary>
|
||||
/// DataOra evento registrato
|
||||
/// </summary>
|
||||
public DateTime DtEvent { get; set; } = DateTime.Now;
|
||||
public DateTime DtRif { get; set; } = DateTime.Now;
|
||||
|
||||
/// <summary>
|
||||
/// Tipologia di Flusso dati (per poter salvare "ultimo di ogni flusso" come "current status")
|
||||
|
||||
Reference in New Issue
Block a user