移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/Entities/Shop/CoreCmsStorePartial.cs
@@ -1,10 +1,10 @@
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *         CreateTime: 2021/1/31 21:45:10
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统
 *                Web: http://chuanyin.com
 *             Author:
 *              Email:
 *         CreateTime: 202403/02
 *        Description: 暂无
 ***********************************************************************/
@@ -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; }
    }
}