代码调整
This commit is contained in:
@@ -19,6 +19,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.multipart.MultipartFile;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -33,6 +34,7 @@ import org.springframework.web.multipart.MultipartFile;
|
||||
@Api(tags = "组态图元")
|
||||
@AllArgsConstructor
|
||||
@Deprecated
|
||||
@ApiIgnore
|
||||
public class CsElementController extends BaseController {
|
||||
|
||||
private final ICsElementService csElementService;
|
||||
|
||||
Reference in New Issue
Block a user