using System.Collections.Generic; namespace HT.Cloud.Domain { public class InitEntity { public HomeInfoEntity homeInfo { get; set; } public LogoInfoEntity logoInfo { get; set; } public List menuInfo { get; set; } } }