
com.github.dream.mybatis.pro.sdk.DeleteMapper Maven / Gradle / Ivy
package com.github.dream.mybatis.pro.sdk;
import java.util.List;
/**
* @author w.dehai
*/
public interface DeleteMapper {
int deleteById(ID id);
int deleteByIds(List ids);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy