namespace RobotNet.RobotShares.Models; public class RobotSearchExpressionModel { public string MapName { get; set; } = string.Empty; public string ModelName { get; set; } = string.Empty; public string Expression { get; set; } = string.Empty; }