|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.hnac.hzims.safeproduct.management.controller; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.hnac.hzims.safeproduct.management.entity.TargetManagement; |
|
|
|
|
import com.hnac.hzims.safeproduct.management.service.TargetManagementService; |
|
|
|
|
import groovy.util.logging.Slf4j; |
|
|
|
@ -8,8 +7,6 @@ import lombok.RequiredArgsConstructor;
|
|
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
|
import javax.ws.rs.GET; |
|
|
|
|
import javax.xml.bind.util.JAXBSource; |
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|