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

@ -60,6 +60,6 @@ public class ProcessEvent implements Serializable {
/**
* 当为true时为申请人节点办理
*/
private Boolean submit;
private boolean submit;
}