lingling
2025-03-19 b525fe659614934f253ed9c8b59c38cfebb3bc15
LifePayment/LifePayment.Domain/Common/User.cs
@@ -10,9 +10,8 @@
    {
        public User()
        {
            UserRoles = new HashSet<UserRole>();
            UserChannle = new HashSet<UserChannle>();
        }
        /// <summary>
@@ -180,10 +179,8 @@
        /// </summary>
        public Guid? IndustrialParkId { get; set; }
        public ICollection<UserRole> UserRoles { get; set; }
        public ICollection<UserChannle> UserChannle { get; set; }
    }
}