We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2126a0c commit f73fab3Copy full SHA for f73fab3
src/main/java/com/lark/project/service/workitem/model/WorkItemRelation.java
@@ -28,9 +28,6 @@ public class WorkItemRelation {
28
@SerializedName("name")
29
private String name;
30
31
- @SerializedName("relation_type")
32
- private Long relationType;
33
-
34
@SerializedName("disabled")
35
private Boolean disabled;
36
@@ -43,6 +40,9 @@ public class WorkItemRelation {
43
40
@SerializedName("relation_details")
44
41
private List<RelationDetail> relationDetails;
45
42
+ @SerializedName("relation_type")
+ private Long relationType;
+
46
public String getID() {
47
return this.id;
48
}
0 commit comments