|
|
@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
@ -59,4 +60,5 @@ public class GeneralController { |
|
|
|
List<String> list = generalService.getFilterMarket(); |
|
|
|
return Result.success(list); |
|
|
|
} |
|
|
|
|
|
|
|
} |