chore: 添加必要注释

This commit is contained in:
Lesan 2025-02-14 08:31:15 +08:00
parent ef29682230
commit 00eea85a69
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class BpmTaskRespVO {
@Schema(description = "是否填写审批意见", example = "false")
private Boolean reasonRequire;
@Schema(description = "节点类型", example = "10")
@Schema(description = "节点类型", example = "10") // 只有Simple设计器的场景下才会使用此字段
private Integer nodeType;
@Data