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

This commit is contained in:
疯狂的狮子Li
2025-04-14 09:33:36 +08:00
parent ee6c0388da
commit 142fb33d81
6 changed files with 9 additions and 9 deletions

View File

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