Skip to content

Commit f73fab3

Browse files
修复
1 parent 2126a0c commit f73fab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/lark/project/service/workitem/model/WorkItemRelation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ public class WorkItemRelation {
2828
@SerializedName("name")
2929
private String name;
3030

31-
@SerializedName("relation_type")
32-
private Long relationType;
33-
3431
@SerializedName("disabled")
3532
private Boolean disabled;
3633

@@ -43,6 +40,9 @@ public class WorkItemRelation {
4340
@SerializedName("relation_details")
4441
private List<RelationDetail> relationDetails;
4542

43+
@SerializedName("relation_type")
44+
private Long relationType;
45+
4646
public String getID() {
4747
return this.id;
4848
}

0 commit comments

Comments
 (0)