plusone-commons 修改了 IWithCode 和 IWithIntCode 的包名

dev
ZhouXY108 2023-09-09 18:17:17 +08:00
parent a30e5bcd12
commit 9582cc7187
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
package xyz.zhouxy.plusone.jdbc;
import org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource;
import org.springframework.jdbc.core.namedparam.SqlParameterSource;
import org.springframework.lang.Nullable;
import xyz.zhouxy.plusone.commons.exception.IWithCode;
import xyz.zhouxy.plusone.commons.exception.IWithIntCode;
import xyz.zhouxy.plusone.commons.base.IWithCode;
import xyz.zhouxy.plusone.commons.base.IWithIntCode;
/**
* {@link BeanPropertySqlParameterSource} POJO