Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
序列化注解
  • Loading branch information
wanglei committed Feb 10, 2022
commit 7a4efe37f503c416438447831349d362ea70ce24
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class WxCpKfAccountListResp extends WxCpBaseResp {
/**
* 帐号信息列表
*/
@JsonProperty("account_list")
@SerializedName("account_list")
private List<AccountListDTO> accountList;

@NoArgsConstructor
Expand Down