public List<Supply> getSupplyList() {

    List<Supply> supplys = supplyMapper.getSupplyList();

    return supplys;
  }