Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lxy01128250 committed Feb 1, 2024
1 parent 64615ea commit 44c99c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class BaseDO implements Serializable {
/**
* 主键
*/
@TableId(value = "id",type = IdType.AUTO)
@TableId(value = "id", type = IdType.AUTO)
protected Long id;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/beauty/aide/common/model/vo/AccountVO.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import lombok.Data;

import java.util.List;

/**
* @author xiaoliu
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/beauty/aide/manager/AccountManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.beauty.aide.common.enums.AccountStatusEnum;
import com.beauty.aide.common.enums.UserRoleEnum;
import com.beauty.aide.common.errors.ErrorCode;
import com.beauty.aide.common.errors.UserErrorCode;
import com.beauty.aide.common.model.vo.AccountVO;
import com.beauty.aide.constant.UserConstant;
import com.beauty.aide.exception.BusinessException;
Expand Down

0 comments on commit 44c99c2

Please sign in to comment.