// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
namespace TestApplication.EntityFrameworkCore.Pomelo.MySql;
public class TestItem
{
public int Id { get; set; }
public string? Name { get; set; }
}