package com.hbbh.adapter.manager; public interface DataSource { void execute() throws Exception; }