using CZFW.Framework.Model.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace CZKJ.GBRS2.WebMVC.Models
{
///
/// 加入我们
///
public class JoinIndexModel
{
///
/// 顶部广告位
///
public GalleryEntity galleryEntity { get; set; }
///
/// 招聘广告位
///
public IList PositionGallert { get; set; }
///
/// 薪资待遇广告位
///
public IList SalaryList { get; set; }
///
/// 工作环境
///
public IList EnvironmentList { get; set; }
}
}