补充漏提文件
This commit is contained in:
parent
4a3ce050ff
commit
48398c335a
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.db2;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.dm;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.gbase;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.highgo;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.informix;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.kingbase;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.mysql;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.oracle;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.oscar;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.postgresql;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.sqlserver;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.processlist.dao.adapter.sybase;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.processlist.dao.ProcessListExportDao;
|
||||||
|
|
||||||
|
public class ExportDaoAdapter extends ProcessListExportDao {}
|
||||||
Loading…
Reference in New Issue
Block a user