using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.Course { /// <summary> /// 订单实体类 /// </summary> [Serializable] public class RB_Order_Remark_ViewModel : Model.Entity.Course.RB_Order_Remark { } }