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

            return(favorite);
        }
Exemplo n.º 2
0
Arquivo: AtUser.cs Projeto: hbulzy/SYS
        /// <summary>
        /// 新建实体时使用
        /// </summary>
        public static AtUserEntity New()
        {
            AtUserEntity favorite = new AtUserEntity()
            {
                TenantTypeId = string.Empty
            };

            return favorite;
        }