mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-27 20:06:25 +08:00
chore: 添加必要注释
This commit is contained in:
@ -85,7 +85,7 @@ public class BpmTaskRespVO {
|
|||||||
@Schema(description = "是否填写审批意见", example = "false")
|
@Schema(description = "是否填写审批意见", example = "false")
|
||||||
private Boolean reasonRequire;
|
private Boolean reasonRequire;
|
||||||
|
|
||||||
@Schema(description = "节点类型", example = "10")
|
@Schema(description = "节点类型", example = "10") // 只有Simple设计器的场景下才会使用此字段
|
||||||
private Integer nodeType;
|
private Integer nodeType;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
|||||||
Reference in New Issue
Block a user