调整常量类路径

This commit is contained in:
dxfeng 2025-07-28 17:48:57 +08:00
parent 2582e7f8b8
commit ba0ca6837a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package constant;
package com.weaver.seconddev.portal.constant;
/**
* @author:dxfeng

View File

@ -2,7 +2,7 @@ package com.weaver.seconddev.portal.util;
import cn.hutool.http.HttpRequest;
import com.alibaba.fastjson.JSONObject;
import constant.ApplicationConfigConstant;
import com.weaver.seconddev.portal.constant.ApplicationConfigConstant;
/**
* @author:dxfeng