修复页面加载不出的问题
This commit is contained in:
13
Yi.Framework.Net6/Yi.Framework.Model/ArticleEntity.cs
Normal file
13
Yi.Framework.Net6/Yi.Framework.Model/ArticleEntity.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text.Json.Serialization;
|
||||
using SqlSugar;
|
||||
namespace Yi.Framework.Model.Models
|
||||
{
|
||||
public partial class ArticleEntity:IBaseModelEntity
|
||||
{
|
||||
[Navigate(NavigateType.OneToOne,nameof(UserId))]
|
||||
public UserEntity User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user