pub type AprHistoryResponse = AprHistoryResult;
pub struct AprHistoryResponse { pub list: Vec<AprRecord>, }
list: Vec<AprRecord>