Fork me on GitHub

C# 使用JsonProperty设置字段别名

    [JsonProperty("total")]
    public long Total { get; set; }
    [JsonProperty("total_length")]
    public long TotalLength { get; set; }
posted @ 2023-12-29 15:16  猫叔Vincent  阅读(285)  评论(0编辑  收藏  举报