コード例 #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;
        }