add(components): 添加MyInput组件
This commit is contained in:
@@ -73,6 +73,7 @@ namespace IM_API.Models
|
||||
{
|
||||
entity.Ignore(e => e.StateEnum);
|
||||
entity.Ignore(e => e.MsgTypeEnum);
|
||||
entity.Ignore(e => e.ChatTypeEnum);
|
||||
});
|
||||
|
||||
modelBuilder.Entity<Notification>(entity =>
|
||||
|
||||
Reference in New Issue
Block a user