@@ -36,5 +36,5 @@ public class LiftExtendResponse extends Lift {
/**
* 电梯是否锁定
*/
- private Integer liftLocked;
+ private Boolean liftLocked;
}