完善方法注释

This commit is contained in:
Chopper
2021-07-21 17:46:46 +08:00
parent 37348335b2
commit bd3aceaeac
1059 changed files with 1215 additions and 1368 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
* 商家后台 API
*
* @author Chopper
* @date 2020/11/16 10:03 下午
* @since 2020/11/16 10:03 下午
*/
@SpringBootApplication
@EnableJpaAuditing

View File

@@ -21,7 +21,7 @@ import java.util.List;
* 店铺端,分类绑定参数组管理接口
*
* @author pikachu
* @date 2020-02-18 15:18:56
* @since 2020-02-18 15:18:56
*/
@RestController
@Api(tags = "店铺端,分类绑定参数组管理接口")

View File

@@ -18,7 +18,7 @@ import java.util.List;
* 店铺端,商品分类规格接口
*
* @author pikachu
* @date 2020-02-27 15:18:56
* @since 2020-02-27 15:18:56
*/
@RestController
@Api(tags = "店铺端,商品分类规格接口")

View File

@@ -26,7 +26,7 @@ import java.util.List;
* 店铺端,商品分类接口
*
* @author Chopper
* @date 2021/2/20 2:26 下午
* @since 2021/2/20 2:26 下午
*/
@RestController
@Api(tags = "店铺端,商品分类接口")

View File

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,草稿商品接口
*
* @author paulG
* @date 2021/2/20 2:26 下午
* @since 2021/2/20 2:26 下午
*
*/
@RestController

View File

@@ -19,7 +19,7 @@ import java.util.List;
* 店铺端,商品相册接口
*
* @author pikachu
* @date 2020-03-13 11:18:56
* @since 2020-03-13 11:18:56
*/
@RestController
@Api(tags = "店铺端,商品相册接口")

View File

@@ -20,7 +20,7 @@ import java.util.List;
* 店铺端,店铺分类接口
*
* @author Bulbasaur
* @date 2020/11/17 2:32 下午
* @since 2020/11/17 2:32 下午
*/
@Api(tags = "店铺端,店铺分类接口")
@RestController

View File

@@ -32,7 +32,7 @@ import java.util.List;
* 店铺端,商品接口
*
* @author pikachu
* @date 2020-02-23 15:18:56
* @since 2020-02-23 15:18:56
*/
@RestController
@Api(tags = "店铺端,商品接口")

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,商品计量单位接口
*
* @author Bulbasaur
* @date 2020/11/26 16:15
* @since 2020/11/26 16:15
*/
@RestController
@Api(tags = "店铺端,商品计量单位接口")

View File

@@ -18,7 +18,7 @@ import java.util.List;
* 店铺端,规格管理接口
*
* @author pikachu
* @date 2020-02-18 15:18:56
* @since 2020-02-18 15:18:56
*/
@RestController
@Api(tags = "店铺端,规格接口")

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,管理员接口
*
* @author Chopper
* @date 2020/11/16 10:57
* @since 2020/11/16 10:57
*/
@RestController
@Api(tags = "店铺端,管理员接口")

View File

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,文章接口
*
* @author pikachu
* @date 2020-05-06 15:18:56
* @since 2020-05-06 15:18:56
*/
@RestController
@Api(tags = "店铺端,文章接口")

View File

@@ -22,7 +22,7 @@ import java.util.List;
* 店铺端,直播商品接口
*
* @author Bulbasaur
* @date: 2021/5/17 2:05 下午
* @since: 2021/5/17 2:05 下午
*/
@RestController
@Api(tags = "店铺端,直播商品接口")

View File

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,直播间接口
*
* @author Bulbasaur
* @date: 2021/5/17 2:05 下午
* @since: 2021/5/17 2:05 下午
*/
@RestController
@Api(tags = "店铺端,直播间接口")

View File

@@ -23,7 +23,7 @@ import javax.validation.constraints.NotNull;
* 店铺端,分销商品接口
*
* @author Bulbasaur
* @date 2020/11/16 10:06 下午
* @since 2020/11/16 10:06 下午
*/
@RestController
@Api(tags = "店铺端,分销商品接口")

View File

@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,分销订单接口
*
* @author Bulbasaur
* @date 2020/11/16 10:06 下午
* @since 2020/11/16 10:06 下午
*/
@RestController
@Api(tags = "店铺端,分销订单接口")

View File

@@ -22,7 +22,7 @@ import javax.validation.constraints.NotNull;
* 店铺端,商家登录接口
*
* @author Chopper
* @date 2020/12/22 15:02
* @since 2020/12/22 15:02
*/
@RestController

View File

@@ -25,7 +25,7 @@ import java.util.List;
* 店铺端,优惠券接口
*
* @author paulG
* @date 2020/8/28
* @since 2020/8/28
**/
@RestController
@Api(tags = "店铺端,优惠券接口")

View File

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,满额活动接口
*
* @author paulG
* @date 2020/8/19
* @since 2020/8/19
**/
@RestController
@Api(tags = "店铺端,满额活动接口")

View File

@@ -25,7 +25,7 @@ import java.util.List;
* 店铺端,秒杀活动接口
*
* @author paulG
* @date 2020/8/26
* @since 2020/8/26
**/
@RestController
@Api(tags = "店铺端,秒杀活动接口")

View File

@@ -18,7 +18,7 @@ import java.util.List;
* 店铺端,运费模板接口
*
* @author paulG
* @date 2020/8/26
* @since 2020/8/26
**/
@RestController
@Api(tags = "店铺端,运费模板接口")

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,日志管理接口
*
* @author Chopper
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Transactional(rollbackFor = Exception.class)

View File

@@ -19,7 +19,7 @@ import java.util.List;
* 店铺端,物流公司接口
*
* @author Bulbasaur
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Api(tags = "店铺端,物流公司接口")

View File

@@ -21,7 +21,7 @@ import javax.validation.Valid;
* 店铺端,商家地址(自提点)接口
*
* @author Bulbasaur
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Api(tags = "店铺端,商家地址(自提点)接口")

View File

@@ -23,7 +23,7 @@ import java.util.Map;
* 店铺端,消息接口
*
* @author Bulbasaur
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Api(tags = "店铺端,消息接口")

View File

@@ -23,7 +23,7 @@ import javax.validation.Valid;
* 店铺端,页面接口
*
* @author paulGao
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Api(tags = "店铺端,页面接口")

View File

@@ -24,7 +24,7 @@ import javax.validation.Valid;
* 店铺端,店铺设置接口
*
* @author Bulbasaur
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@RestController
@Api(tags = "店铺端,店铺设置接口")

View File

@@ -19,7 +19,7 @@ import java.util.List;
* 店铺端,商品统计接口
*
* @author Bulbasaur
* @date: 2020/11/22 14:23
* @since: 2020/11/22 14:23
*/
@Api(tags = "店铺端,商品统计接口")
@RestController

View File

@@ -21,7 +21,7 @@ import java.util.List;
* 店铺端,首页统计接口
*
* @author Bulbasaur
* @date: 2020/12/9 19:04
* @since: 2020/12/9 19:04
*/
@Api(tags = "店铺端,首页统计接口")
@RestController

View File

@@ -27,7 +27,7 @@ import java.util.List;
* 店铺端,订单统计接口
*
* @author Bulbasaur
* @date: 2020/12/9 19:04
* @since: 2020/12/9 19:04
*/
@Slf4j
@Api(tags = "店铺端,订单统计接口")

View File

@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RestController;
* 店铺端,退款统计接口
*
* @author Bulbasaur
* @date: 2020/12/9 19:04
* @since: 2020/12/9 19:04
*/
@Api(tags = "店铺端,退款统计接口")
@RestController

View File

@@ -19,7 +19,7 @@ import java.util.List;
* 店铺端,流量统计接口
*
* @author Chopper
* @date 2021/2/9 11:19
* @since 2021/2/9 11:19
*/
@Api(tags = "店铺端,流量统计接口")
@RestController

View File

@@ -22,7 +22,7 @@ import java.util.List;
* 店铺端,售后管理接口
*
* @author Chopper
* @date 2020/11/17 4:29 下午
* @since 2020/11/17 4:29 下午
*/
@RestController
@Api(tags = "店铺端,售后管理接口")

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,结算单接口
*
* @author Chopper
* @date 2020/11/17 4:29 下午
* @since 2020/11/17 4:29 下午
*/
@RestController
@Api(tags = "店铺端,结算单接口")

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,商品评价管理接口
*
* @author Bulbasaur
* @date 2020-02-25 14:10:16
* @since 2020-02-25 14:10:16
*/
@RestController
@Api(tags = "店铺端,商品评价管理接口")

View File

@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,交易投诉接口
*
* @author paulG
* @date 2020/12/5
* @since 2020/12/5
**/
@RestController
@Api(tags = "店铺端,交易投诉接口")

View File

@@ -19,7 +19,7 @@ import java.util.List;
* 店铺端,订单日志接口
*
* @author Chopper
* @date 2020/12/5
* @since 2020/12/5
**/
@RestController
@Api(tags = "店铺端,订单日志接口")

View File

@@ -38,7 +38,7 @@ import java.util.List;
* 店铺端,订单接口
*
* @author Chopper
* @date 2020/11/17 4:35 下午
* @since 2020/11/17 4:35 下午
**/
@Slf4j
@RestController

View File

@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
* 店铺端,发票接口
*
* @author Bulbasaur
* @date 2020/11/28 14:09
* @since 2020/11/28 14:09
**/
@RestController
@Api(tags = "店铺端,发票接口")

View File

@@ -18,7 +18,7 @@ import org.springframework.web.cors.CorsConfigurationSource;
* spring Security 核心配置类 Store安全配置中心
*
* @author Chopper
* @date 2020/11/14 16:20
* @since 2020/11/14 16:20
*/
@Slf4j
@Configuration