update 优化审批者字段名称

This commit is contained in:
AprilWind
2026-05-13 11:31:41 +08:00
parent b5157e6705
commit 39d27a4249
@@ -109,7 +109,7 @@ public class FlowHisTaskVo implements Serializable {
* 审批者
*/
@Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "approver")
private String approveName;
private String approverName;
/**
* 协作人(只有转办、会签、票签、委派)