Skip to content

Commit

Permalink
Merge pull request #67 from fcfang123/issue-64
Browse files Browse the repository at this point in the history
feat:增加itsm审批单据内容信息 #64
  • Loading branch information
mingshewhe authored Sep 5, 2023
2 parents 74278de + 4906434 commit 6d0ebeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
set("junitVersion", "5.4.2")

if (System.getProperty("snapshot") == "true") {
set('iamVersion', "1.0.33-SNAPSHOT")
set('iamVersion', "1.0.34-SNAPSHOT")
} else {
set('iamVersion', "1.0.0")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import com.fasterxml.jackson.annotation.JsonProperty;
import com.tencent.bk.sdk.iam.dto.itsm.ItsmContentDTO;
import com.tencent.bk.sdk.iam.dto.itsm.ItsmValue;
import com.tencent.bk.sdk.iam.dto.itsm.ItsmStyle;
import lombok.Builder;
import lombok.Data;

Expand All @@ -33,7 +33,7 @@ public class ApplicationDTO {
@JsonProperty("content_template")
private ItsmContentDTO contentTemplate;
@JsonProperty("group_content")
private Map<String, ItsmValue> groupContent;
private Map<String, Map<String, ItsmStyle>> groupContent;
@JsonProperty("title_prefix")
private String titlePrefix;
}

0 comments on commit 6d0ebeb

Please sign in to comment.