perf:白名单列表查询业务应答detail_list字段修改为:data
parent
2120341b96
commit
25f38ce29f
|
|
@ -36,7 +36,7 @@ public class BmdQueryResponse implements ApiResponse {
|
|||
/**
|
||||
* 明细列表,出现1…n次
|
||||
*/
|
||||
@SerializedName("detail_list")
|
||||
@SerializedName("data")
|
||||
private List<DetailList> detailList;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue