Revert "update 优化返回vo的boolean类型统一使用包装类"

This reverts commit 9e78fcccf7.
This commit is contained in:
AprilWind
2025-04-13 12:49:03 +08:00
parent 9e78fcccf7
commit d456ff64f1
6 changed files with 10 additions and 10 deletions

View File

@ -30,12 +30,12 @@ public class ButtonPermissionVo implements Serializable {
/**
* 是否显示
*/
private Boolean show;
private boolean show;
public ButtonPermissionVo() {
}
public ButtonPermissionVo(String code, Boolean show) {
public ButtonPermissionVo(String code, boolean show) {
this.code = code;
this.show = show;
}

View File

@ -177,7 +177,7 @@ public class FlowTaskVo implements Serializable {
/**
* 是否为申请人节点
*/
private Boolean applyNode;
private boolean applyNode;
/**
* 按钮权限