This commit is contained in:
luosheng
2023-06-28 16:38:00 +08:00
parent 49a7623651
commit 25555cad18

View File

@@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace MachineJob
{
@@ -23,6 +23,7 @@ namespace MachineJob
}
}
[Table(name: "databasewrites")]
public class DatabaseWriteEntity
{
[Key]