tech.codingless.core.plugs.mybaties3.MybatiesTestService Maven / Gradle / Ivy
package tech.codingless.core.plugs.mybaties3;
public interface MybatiesTestService {
void test(boolean error);
}
package tech.codingless.core.plugs.mybaties3;
public interface MybatiesTestService {
void test(boolean error);
}