using Edu.Model.Entity.Sell; using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.Sell { /// /// 投稿提成期数实体类 /// [Serializable] public class RB_TeaCon_Commission_Periods_ViewModel : RB_TeaCon_Commission_Periods { } }