using System;
using System.Collections.Generic;

namespace Edu.Model.ViewModel.OKR
{
    /// <summary>
    /// OKR评分扩展类
    /// </summary>
    [Serializable]
    public class RB_OKR_Score_ViewModel : Model.Entity.OKR.RB_OKR_Score
    {
        /// <summary>
        /// 明细列表
        /// </summary>
        public List<RB_OKR_ScoreDetail_ViewModel> DetailList { get; set; }
    }
}