using Edu.Model.Entity.Sell;
using System;
using System.Collections.Generic;

namespace Edu.Model.ViewModel.Sell
{
    /// <summary>
    /// 投稿提成期数实体类
    /// </summary>
    [Serializable]
    public class RB_TeaCon_Commission_Periods_ViewModel : RB_TeaCon_Commission_Periods
    {
        
    }
}