using Edu.Model.Entity.Sell;
using System;
using System.Collections.Generic;
namespace Edu.Model.ViewModel.Sell
{
///
/// 教务奖励实体类
///
[Serializable]
public class RB_Teaching_Rewards_ViewModel : RB_Teaching_Rewards
{
///
/// ids
///
public string FullClassRateIds { get; set; }
///
/// ids
///
public string TackClassRateIds { get; set; }
}
}