
com.bixuebihui.db.HavingConditon Maven / Gradle / Ivy
package com.bixuebihui.db;
/**
* @author xwx
*/
public interface HavingConditon {
void apply(SqlHelper filter);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.bixuebihui.db;
/**
* @author xwx
*/
public interface HavingConditon {
void apply(SqlHelper filter);
}