java.lang.String cannot be cast to 实体类
session 里取出来的是String, 不能直接强转为 另一个对象类
string类型不能cast成shopKeeper类型;如果后台返回String类型,可以写函数将其转化成shopKeeper类型