zhengyuxuan
2025-03-19 2ece861c311599d31c96ab36fcf3b19d6208d552
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; }
    }
}