mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00:00
style: 导入校验注解类
This commit is contained in:
@@ -4,15 +4,19 @@ import cn.bootx.platform.core.rest.Res;
|
|||||||
import cn.bootx.platform.core.rest.param.PageParam;
|
import cn.bootx.platform.core.rest.param.PageParam;
|
||||||
import cn.bootx.platform.core.rest.result.PageResult;
|
import cn.bootx.platform.core.rest.result.PageResult;
|
||||||
import cn.bootx.platform.core.rest.result.Result;
|
import cn.bootx.platform.core.rest.result.Result;
|
||||||
import cn.bootx.platform.starter.quartz.result.QuartzJobResult;
|
|
||||||
import cn.bootx.platform.starter.quartz.param.QuartzJobParam;
|
import cn.bootx.platform.starter.quartz.param.QuartzJobParam;
|
||||||
|
import cn.bootx.platform.starter.quartz.result.QuartzJobResult;
|
||||||
import cn.bootx.platform.starter.quartz.service.QuartzJobService;
|
import cn.bootx.platform.starter.quartz.service.QuartzJobService;
|
||||||
import io.swagger.v3.oas.annotations.Operation;
|
import io.swagger.v3.oas.annotations.Operation;
|
||||||
import io.swagger.v3.oas.annotations.parameters.RequestBody;
|
import io.swagger.v3.oas.annotations.parameters.RequestBody;
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
|
import jakarta.validation.constraints.NotNull;
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import org.springframework.validation.annotation.Validated;
|
import org.springframework.validation.annotation.Validated;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定时任务
|
* 定时任务
|
||||||
|
Reference in New Issue
Block a user