sunpengfei
2025-08-18 176f8e56965624e9c33028a6af04f6ea5cc88e6c
FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
@@ -24,7 +24,6 @@
        /// 密码
        /// </summary>
        [Required]
        [DataValidation(ValidationTypes.Md5)]
        public string Password { get; set; }
        /// <summary>