|
|
@@ -19,7 +19,7 @@ public class SysUser : EntityTenant
|
|
|
[SugarColumn(ColumnDescription = "账号密码", Length = 64)]
|
|
|
[Required, MaxLength(64)]
|
|
|
[System.Text.Json.Serialization.JsonIgnore]
|
|
|
- [Newtonsoft.Json.JsonIgnore]
|
|
|
+ [JsonIgnore]
|
|
|
public string Password { get; set; }
|
|
|
|
|
|
/// <summary>
|