using System; using System.Collections.Generic; namespace Edu.Model.ViewModel.OKR { /// /// OKR规则扩展类 /// [Serializable] public class RB_OKR_Rule_ViewModel : Model.Entity.OKR.RB_OKR_Rule { /// /// 规则ids /// public string RuleIds { get; set; } } }