update 优化 实体类统一使用包装类型

This commit is contained in:
疯狂的狮子Li
2025-04-14 09:37:18 +08:00
parent acb701ad59
commit 52295bdc20
6 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ public class ProcessEvent extends RemoteApplicationEvent {
/**
* 当为true时为申请人节点办理
*/
private boolean submit;
private Boolean submit;
public ProcessEvent() {
super(new Object(), SpringUtils.getApplicationName(), DEFAULT_DESTINATION_FACTORY.getDestination(null));