54555657585960616263
} @SuppressWarnings("unchecked") private void setBillList() { try { billList = (List<Expenditure>) system.query(new GetBillByDate(start, end)); } catch (Exception e) { // e.printStackTrace(); } }