pref_mail@163.com
1 year ago
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
package com.logpm.supervise.api; |
||||
|
||||
import io.swagger.annotations.Api; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
@RestController |
||||
@AllArgsConstructor |
||||
@RequestMapping("/classifyApi") |
||||
@Api(value = "分类指标表", tags = "分类指标表接口") |
||||
public class ClassifyApi { |
||||
|
||||
|
||||
|
||||
|
||||
} |
Loading…
Reference in new issue