Json序列化自定义属性名称时间:2023-03-09 08:17:44 using Newtonsoft.Json; [JsonProperty("userName")] public string UserName { get; set; }