namespace BuaaLocationServer.Dto
{
public class CompanyDto
public string Name { get; set; } = null!;
public string? Content { get; set; }
}