using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.OKR { /// /// okr周期扩展类 /// [Serializable] public class RB_OKR_Period_ViewModel : Model.Entity.OKR.RB_OKR_Period { /// /// 是否当前 1 是 2否 /// public int IsCurrent { get; set; } } }