CoreCms.Net.Model/Entities/Shop/CoreCmsStorePartial.cs
@@ -1,7 +1,7 @@ /*********************************************************************** * Project: CoreCms * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -31,5 +31,14 @@ [Display(Name = "距离说明")] [SugarColumn(IsIgnore = true)] public string distanceStr { get; set; } /// <summary> /// 所属用户 /// </summary> [Display(Name = "所属用户")] [Navigate(NavigateType.OneToOne, nameof(userID))]//变量名不要等类名 public CoreCmsUser user { get; set; } } }