打字猴:1.700468122e+09
1700468122
1700468123 Leaf b=new Leaf(“b”,“开发人员”,2000);
1700468124
1700468125 Leaf c=new Leaf(“c”,“开发人员”,2000);
1700468126
1700468127 Leaf d=new Leaf(“d”,“开发人员”,2000);
1700468128
1700468129 Leaf e=new Leaf(“e”,“开发人员”,2000);
1700468130
1700468131 Leaf f=new Leaf(“f”,“开发人员”,2000);
1700468132
1700468133 Leaf g=new Leaf(“g”,“开发人员”,2000);
1700468134
1700468135 Leaf h=new Leaf(“h”,“销售人员”,5000);
1700468136
1700468137 Leaf i=new Leaf(“i”,“销售人员”,4000);
1700468138
1700468139 Leaf j=new Leaf(“j”,“财务人员”,5000);
1700468140
1700468141 Leaf k=new Leaf(“k”,“CEO秘书”,8000);
1700468142
1700468143 Leaf zhengLaoLiu=new Leaf(“郑老六”,“研发部副经理”,20000);
1700468144
1700468145 //开始组装
1700468146
1700468147 //CEO下有三个部门经理和一个秘书
1700468148
1700468149 root.addSubordinate(k);
1700468150
1700468151 root.addSubordinate(developDep);
1700468152
1700468153 root.addSubordinate(salesDep);
1700468154
1700468155 root.addSubordinate(financeDep);
1700468156
1700468157 //研发部经理
1700468158
1700468159 developDep.addSubordinate(zhengLaoLiu);
1700468160
1700468161 developDep.addSubordinate(firstDevGroup);
1700468162
1700468163 developDep.addSubordinate(secondDevGroup);
1700468164
1700468165 //看看两个开发小组下有什么
1700468166
1700468167 firstDevGroup.addSubordinate(a);
1700468168
1700468169 firstDevGroup.addSubordinate(b);
1700468170
1700468171 firstDevGroup.addSubordinate(c);
[ 上一页 ]  [ :1.700468122e+09 ]  [ 下一页 ]