using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Winsoft.GOV.XF.WX.Models { // MeController 操作返回的模型。 public class GetViewModel { public string Hometown { get; set; } } }