using System; using System.Text.Json.Serialization; namespace Example.User { public class User { [JsonPropertyName("createdAt")] public DateTimeOffset ...
確定! 回上一頁