chore: 添加必要注释
This commit is contained in:
parent
ef29682230
commit
00eea85a69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue