using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.OKR { /// /// OKR关注扩展类 /// [Serializable] public class RB_OKR_Attention_ViewModel : Model.Entity.OKR.RB_OKR_Attention { } }