Skip to content

Commit

Permalink
Merge pull request #562 from dengyumin/bugfix/yudao-module-infra-biz
Browse files Browse the repository at this point in the history
fix: Remove duplicate package imports
  • Loading branch information
YunaiV committed Jun 22, 2024
2 parents 8dc20e2 + 60bdb17 commit da815e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import io.swagger.v3.oas.annotations.media.Schema;
import lombok.*;
import java.util.*;
## 处理 BigDecimal 字段的引入
import java.util.*;
#foreach ($column in $columns)
#if (${column.javaType} == "BigDecimal")
import java.math.BigDecimal;
Expand Down

0 comments on commit da815e8

Please sign in to comment.