Add unit test

This commit is contained in:
sunkaixuan
2022-08-04 13:17:11 +08:00
parent bef3cf9a9f
commit 4fc25dcfeb
2 changed files with 21 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ namespace SqlSugarDemo
{
[SugarColumn(IsIgnore = true)]
[Navigate(NavigateType.OneToOne, nameof(user_id))]
public user_name_simple CommentUser { set; get; }
public user_name_simple UserInfo { set; get; }
[SugarColumn(IsIgnore = true)]
[Navigate(NavigateType.OneToOne, nameof(reply_user_id))]