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