All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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