移动位置

feature/net-util
ZhouXY108 2023-07-19 10:39:08 +08:00
parent bfad20931f
commit dd3aa3b8c7
3 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package xyz.zhouxy.plusone.commons.exception;
package xyz.zhouxy.plusone.commons.base;
import javax.annotation.Nonnull;

View File

@ -14,7 +14,9 @@
* limitations under the License.
*/
package xyz.zhouxy.plusone.commons.exception;
package xyz.zhouxy.plusone.commons.base;
import xyz.zhouxy.plusone.commons.exception.BaseException;
/**
* {@code getCode}

View File

@ -16,6 +16,8 @@
package xyz.zhouxy.plusone.commons.exception;
import xyz.zhouxy.plusone.commons.base.IWithIntCode;
/**
*
*