using Edu.Model.Entity.Sell; using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.Sell { /// <summary> /// 销售提成规则实体类 /// </summary> [Serializable] public class RB_Sell_StudyAbroad_Rule_ViewModel : RB_Sell_StudyAbroad_Rule { } }