增加insert into admin(account,password)values(#{account},#{password})
修改 update adminsetaccount= #{account},password= #{password} where id= #{id}
删除 delete from admin where id= #{id}
查询 select * from admin where id= #{id}
增加insert into admin(account,password)values(#{account},#{password})
修改 update adminsetaccount= #{account},password= #{password} where id= #{id}
删除 delete from admin where id= #{id}
查询 select * from admin where id= #{id}