Skip to content

Commit a1fc04a

Browse files
committed
遗漏导包补充
1 parent efef2ae commit a1fc04a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generator-web/src/main/resources/templates/code-generator/jpa/jpacontroller.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import org.springframework.web.bind.annotation.PostMapping;
1313
import org.springframework.web.bind.annotation.RestController;
1414
import java.util.List;
1515
import java.util.Map;
16+
import java.util.Optional;
17+
1618
</#if>
1719
/**
1820
* @description ${classInfo.classComment}

0 commit comments

Comments
 (0)