using System; using System.Collections.Generic; using System.Text; namespace YLShipBuildLandMap.Entity.ViewModel { public class TypeaheadView { public string Value { get; set; } public string Text { get; set; } } }