[fix] 修改标签

This commit is contained in:
2024-10-09 14:42:26 +08:00
parent 550f4cbdae
commit 6eec60e9dd
116 changed files with 133 additions and 139 deletions

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.
/**
* 区域工具类
*
* @author 芋道源码
* @author hhyykk
*/
@Slf4j
public class AreaUtils {

View File

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

View File

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