コード例 #1
0
ファイル: ExamplesRule.cs プロジェクト: RaoLeigf/msyh
 /// <summary>
 /// 获取指定组织所有有效的部门信息
 /// </summary>
 /// <param name="ocode">组织编码(目前通过编码设置关系)</param>
 /// <returns></returns>
 public IList <ExamplesModel> GetAllEffectiveDepts(string ocode)
 {
     return(ExamplesDac.GetAllEffectiveDepts(ocode));
 }