duheng
2024-12-30 1c0758f46a3f86f1843ff300e1380923ea3ee43f
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.Dto
{
    /// <summary>
    /// 
    /// </summary>
    public class UpdateXhsProjectExtensionsInput : UpdateXhsProjectInput
    {
        /// <summary>
        /// 站点列表
        /// </summary>
        public List<UpdateXhsProjectSiteInput> SiteList { get; set; }
    }
}