Completato fix SPEC, ok x MON, altri da verificare/sistemare
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
@@ -19,7 +20,9 @@ namespace MP.Data.DbModels
|
||||
public string CodArticolo { get; set; } = "";
|
||||
public string IdxMacchina { get; set; }
|
||||
public int NumPezzi { get; set; }
|
||||
[Precision(18, 6)]
|
||||
public decimal Tcassegnato { get; set; }
|
||||
[Precision(18, 6)]
|
||||
public decimal TCRichAttr { get; set; }
|
||||
public DateTime? DataInizio { get; set; }
|
||||
public DateTime? DataFine { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user