Aggiunta model x DecNumArt da gestire x IOC
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace MP.Data.DbModels.Anag
|
||||
{
|
||||
[Table("AlarmLog")]
|
||||
public class DecNumArticoliModel
|
||||
{
|
||||
[Key]
|
||||
public string CodArticolo { get; set; } = "";
|
||||
public int NumART { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user