代码优化

This commit is contained in:
thinkgem
2024-07-25 11:36:11 +08:00
parent f6e598d225
commit 768c162150
10 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.multipart.MultipartFile;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import java.util.List;
/**

View File

@@ -1,6 +1,6 @@
package com.jeesite.modules.sys.web;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.apache.shiro.authz.annotation.Logical;