示例#1
0
        /// <summary>
        /// 新建实体时使用
        /// </summary>
        public static AtUserEntity New()
        {
            AtUserEntity favorite = new AtUserEntity()
            {
                TenantTypeId = string.Empty
            };

            return(favorite);
        }
示例#2
0
文件: AtUser.cs 项目: hbulzy/SYS
        /// <summary>
        /// 新建实体时使用
        /// </summary>
        public static AtUserEntity New()
        {
            AtUserEntity favorite = new AtUserEntity()
            {
                TenantTypeId = string.Empty
            };

            return favorite;
        }