using System; using System.Collections.Generic; using System.Text; using Edu.Model.Entity.System; namespace Edu.Model.ViewModel.System { /// <summary> /// 新增修改基础设置信息 /// /// </summary> [Serializable] public class RB_Msg_Base_Function_ViewModel : RB_Msg_Base { public RB_Msg_Base_ViewModel MsgBase { get; set; } } }