| | |
| | | package com.consum.generator; |
| | | |
| | | import com.iplatform.generator.JdbcGeneratorEngine; |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import com.walker.web.ResponseValue; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import com.iplatform.generator.JdbcGeneratorEngine; |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | /** |
| | | * @ClassName GenerateController |
| | | * @Author cy |