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

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

            return favorite;
        }