feat(REQ-2106): 注释规范化

This commit is contained in:
chenwenjian 2024-04-22 15:47:14 +08:00
parent 965f64342f
commit 1fb1551dfd
8 changed files with 21 additions and 8 deletions

View File

@ -17,6 +17,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import javax.validation.Valid;
/**
* 版本记录相关api
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/2 10:21

View File

@ -16,6 +16,8 @@ import org.springframework.web.bind.annotation.RequestBody;
import javax.validation.Valid;
/**
* 广告位相关 api
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/2 10:19
@ -67,6 +69,4 @@ public interface BannerApi {
*/
@PostMapping("/api/banner/detail")
ApiResult<DetailBannerResp> detail(@RequestBody @Valid DetailBannerReq req);
}

View File

@ -10,6 +10,8 @@ import org.springframework.web.bind.annotation.RequestBody;
import javax.validation.Valid;
/**
* 广告位和素材操作日志
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/2 10:21

View File

@ -18,6 +18,8 @@ import javax.validation.Valid;
import java.util.List;
/**
* 素材管理相关 api
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/2 10:20
@ -84,5 +86,4 @@ public interface MaterialApi {
*/
@PostMapping("/api/material/listByBannerCode")
ApiResult<List<MaterialResp>> listMaterialByBannerCode(@RequestBody @Valid ListMaterialByBannerCodeReq req);
}

View File

@ -19,6 +19,8 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.Objects;
/**
* 版本记录操作
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/3 16:39

View File

@ -17,6 +17,8 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RestController;
/**
* 广告位操作
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/3 16:30

View File

@ -11,6 +11,8 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RestController;
/**
* 广告位和素材操作日志
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/3 16:40

View File

@ -24,6 +24,8 @@ import java.util.List;
import java.util.Objects;
/**
* 素材操作
*
* @author chenwenjian
* @version 1.0
* @date 2024/4/3 16:31