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