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