/** * 业务类 */
public class PABmanager {
/** * 系统启动 */
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
UserDao userDao = new UserDaoImpl();
TypeDao typeDao = new TypeDaoImpl(); PersonDao personDao = new PersonDaoImpl(); String in = input.next(); if (\
boolean islogin = userDao.login();
if(islogin){ }else{
System.exit(-1);
}
}else if (\
boolean modiFlag = userDao.modify(); if(modiFlag){ }else{ }
System.exit(-1);
}else{
System.exit(-1);
}
while(true){
String in2 = input.next();
if (\
while(true){
String num = input.next(); if (\
String lbmc = input.next(); String lbsm = input.next(); String lbbz = input.next();
Type type = new Type(lbmc,lbsm,lbbz); typeDao.createType(type);
}else if (\
List
for (int i = 0; i < types.size(); i++) {
Type type =types.get(i);
}
}else if (\
相关推荐: