xc
2020-12-07 dd55a35ee9b858561ddfd2a3caf0b432a0c24e1e
1
2
3
4
5
6
package com.hbbh.adapter.manager;
 
public interface DataSource {
 
    void execute() throws Exception;
}