【修改】 名称替换

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-21 17:28:26 +08:00
parent 3bd8a424ec
commit b5f18ba897
1212 changed files with 1262 additions and 1270 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
*
* 数据可见 resources/area.csv 文件
*
* @author 芋道源码
* @author 朋辰
*/
@Data
@AllArgsConstructor

View File

@@ -9,7 +9,7 @@ import java.util.Arrays;
/**
* 区域类型枚举
*
* @author 芋道源码
* @author 朋辰
*/
@AllArgsConstructor
@Getter

View File

@@ -22,7 +22,7 @@ import static pc.exam.pp.framework.common.util.collection.CollectionUtils.findFi
/**
* 区域工具类
*
* @author 芋道源码
* @author 朋辰
*/
@Slf4j
public class AreaUtils {

View File

@@ -6,6 +6,6 @@
* 2. 城市功能:查询城市编码对应的城市信息
* 基于 https://github.com/modood/Administrative-divisions-of-China 实现
*
* @author 芋道源码
* @author 朋辰
*/
package pc.exam.pp.framework.ip;

View File

@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* {@link AreaUtils} 的单元测试
*
* @author 芋道源码
* @author 朋辰
*/
public class AreaUtilsTest {