
com.github.dreamroute.mybatis.pro.sdk.UpdateMapper Maven / Gradle / Ivy
package com.github.dreamroute.mybatis.pro.sdk;
/**
* @author w.dehai
*/
public interface UpdateMapper {
int updateById(T entity);
int updateByIdExcludeNull(T entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy