1.移除无用improt

This commit is contained in:
2025-08-01 21:18:08 +08:00
parent e9ee9d6b90
commit c0f4d05f00
3 changed files with 6 additions and 14 deletions

View File

@@ -1,11 +1,8 @@
package vvpkassistant.common;
/**
* 自定义错误码
*
* @author <a href="https://github.com/liyupi">程序员鱼皮</a>
* @from <a href="https://yupi.icu">编程导航知识星球</a>
*/
import lombok.Getter;
@Getter
public enum ErrorCode {
SUCCESS(0, "ok"),