|
@@ -55,7 +55,7 @@ public class JySceneAuth implements Serializable {
|
|
|
private Date updateTime;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
- private PageInfo<JySceneUserAuth> userAuthList ;
|
|
|
+ private PageInfo<JySceneUserAuth> pageInfo ;
|
|
|
|
|
|
public JySceneAuth(Integer authType) {
|
|
|
this.authType = authType;
|