代码调整

This commit is contained in:
2023-08-04 11:20:36 +08:00
parent 448af492d6
commit 15d8494cac
21 changed files with 238 additions and 108 deletions

View File

@@ -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;