namespace HStation.Dto { /// /// /// public class UpdateXhsProjectExtensionsInput : UpdateXhsProjectInput { /// /// 站点列表 /// public List SiteList { get; set; } } }