From ed584cc1d16bfd979176f621b5ba133d3edac06e Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 24 Nov 2025 18:25:53 +0800 Subject: [PATCH] 112402 --- .../Migrations/WebPeisDbContextModelSnapshot.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Shentun.WebPeis.EntityFrameworkCore/Migrations/WebPeisDbContextModelSnapshot.cs b/src/Shentun.WebPeis.EntityFrameworkCore/Migrations/WebPeisDbContextModelSnapshot.cs index 540c5d5..402f6e1 100644 --- a/src/Shentun.WebPeis.EntityFrameworkCore/Migrations/WebPeisDbContextModelSnapshot.cs +++ b/src/Shentun.WebPeis.EntityFrameworkCore/Migrations/WebPeisDbContextModelSnapshot.cs @@ -5138,7 +5138,7 @@ namespace Shentun.WebPeis.Migrations .HasColumnType("timestamp(6) without time zone") .HasColumnName("creation_time"); - b.Property("CreatorId") + b.Property("CreatorId") .HasColumnType("uuid") .HasColumnName("creator_id"); @@ -5149,11 +5149,11 @@ namespace Shentun.WebPeis.Migrations .HasColumnName("display_order") .HasComment("显示顺序"); - b.Property("LastModificationTime") + b.Property("LastModificationTime") .HasColumnType("timestamp(6) without time zone") .HasColumnName("last_modification_time"); - b.Property("LastModifierId") + b.Property("LastModifierId") .HasColumnType("uuid") .HasColumnName("last_modifier_id");