lyx 22 hours ago
parent
commit
ae28537771

+ 1 - 0
alien-lawyer/src/main/java/shop/alien/lawyer/controller/AiAutoReview.java

@@ -15,6 +15,7 @@ import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 import org.springframework.web.client.RestTemplate;
+import shop.alien.lawyer.service.AiUserAuditTaskService;
 import shop.alien.lawyer.util.ai.AiAuthTokenUtil;
 
 import java.util.Map;