File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
src/main/java/com/lark/project/service/workitem/model Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.larksuite.project</groupId >
8
8
<artifactId >oapi-sdk</artifactId >
9
- <version >1.0.19 </version >
9
+ <version >1.0.20 </version >
10
10
<build >
11
11
<plugins >
12
12
<plugin >
125
125
<id >meego</id >
126
126
<url >https://artifacts-cn-beijing.volces.com/repository/meego/</url >
127
127
</repository >
128
+ <snapshotRepository >
129
+ <id >meego-snapshot</id >
130
+ <url >https://artifacts-cn-beijing.volces.com/repository/meego-snapshot/</url >
131
+ </snapshotRepository >
128
132
</distributionManagement >
129
133
</project >
Original file line number Diff line number Diff line change 23
23
24
24
25
25
public class NodesConnections {
26
+ @ SerializedName ("template_id" )
27
+ private Long templateID ;
28
+
29
+ @ SerializedName ("version" )
30
+ private Long version ;
31
+
26
32
@ SerializedName ("workflow_nodes" )
27
33
private List <WorkflowNode > workflowNodes ;
28
34
@@ -67,4 +73,19 @@ public void setUserDetails(List<UserDetail> userDetails) {
67
73
this .userDetails = userDetails ;
68
74
}
69
75
76
+ public Long getTemplateID () {
77
+ return templateID ;
78
+ }
79
+
80
+ public void setTemplateID (Long templateID ) {
81
+ this .templateID = templateID ;
82
+ }
83
+
84
+ public Long getVersion () {
85
+ return version ;
86
+ }
87
+
88
+ public void setVersion (Long version ) {
89
+ this .version = version ;
90
+ }
70
91
}
You can’t perform that action at this time.
0 commit comments