using Edu.Model.Entity.Duty; using System; using System.Collections.Generic; using System.Text; namespace Edu.Model.ViewModel.Duty { /// /// 值班计划视图实体类 /// public class RB_Duty_Plan_ViewModel : RB_Duty_Plan { } }