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

This commit is contained in:
AprilWind
2025-04-13 12:46:24 +08:00
parent 878cd7e9f0
commit 9e78fcccf7
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;
}