例如:
1:先在表单中对应写入name的值为对应bean的属性
2:然后写一个包装bean 包含 admin 和user
3写Controller时 传入包装的Bean即可 (Spring 会自动进行封装)