mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Add unit test
This commit is contained in:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user