|
|
|
@ -6,7 +6,7 @@ import java.util.List;
|
|
|
|
|
import java.util.Arrays;
|
|
|
|
|
|
|
|
|
|
import com.ruoyi.common.utils.StringUtils;
|
|
|
|
|
import lombok.AllArgsConstructor;
|
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
@ -35,7 +35,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
|
|
|
|
|
* @author ${author}
|
|
|
|
|
* @date ${datetime}
|
|
|
|
|
*/
|
|
|
|
|
@AllArgsConstructor
|
|
|
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping("/${moduleName}/${businessName}" )
|
|
|
|
|
public class ${ClassName}Controller extends BaseController {
|
|
|
|
|