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

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

            return favorite;
        }