Skip to content

Commit

Permalink
Merge pull request #99 from fcfang123/issue-94
Browse files Browse the repository at this point in the history
feat:回调枚举类增加类型 #98
  • Loading branch information
mingshewhe authored Jun 21, 2024
2 parents 83d89f5 + c416a6b commit a2038a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
set('lombokVersion', '1.18.10')
set("junitVersion", "5.4.2")

String iamVersion = (System.getProperty("iamVersion") ?: "1.0.50")
String iamVersion = (System.getProperty("iamVersion") ?: "1.0.51")
if (System.getProperty("snapshot") == "true") {
set('iamVersion', iamVersion + "-SNAPSHOT")
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public enum CallbackMethodEnum {
* 根据过滤条件查询实例
*/
LIST_INSTANCE("list_instance"),
/**
* 查询资源授权管理记录
*/
LIST_RESOURCE_AUTHORIZATION("list_resource_authorization"),
/**
* 批量获取资源实例详情
*/
Expand Down

0 comments on commit a2038a8

Please sign in to comment.