From 189cc830db4a1a7361819cd9f75d2a8323b4830a Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 29 七月 2021 10:24:12 +0800 Subject: [PATCH] 今日开发 工作建议 其他请示 --- zhengcaioa/Model/zhengcaioaContext.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs index 6f797e6..5b551f4 100644 --- a/zhengcaioa/Model/zhengcaioaContext.cs +++ b/zhengcaioa/Model/zhengcaioaContext.cs @@ -534,6 +534,8 @@ entity.Property(e => e.Tittle) .HasMaxLength(50) .HasColumnName("tittle"); + + entity.Property(e => e.ToUserId).HasMaxLength(50); }); modelBuilder.Entity<AdmAttendance>(entity => -- Gitblit v1.9.1