mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
docs: 注释优化
This commit is contained in:
parent
1a0bd90191
commit
13d3997f59
@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
import java.util.Arrays;
|
||||
|
||||
|
||||
@Api(tags = "「系统端」会员管理")
|
||||
@Api(tags = "「管理端」会员管理")
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/members")
|
||||
@RequiredArgsConstructor
|
||||
|
@ -7,7 +7,7 @@ import org.mapstruct.Mapper;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 会员地址实体转换器
|
||||
* 会员地址对象转换器
|
||||
*
|
||||
* @author haoxr
|
||||
* @date 2022/6/21 23:52
|
||||
|
@ -9,7 +9,7 @@ import org.mapstruct.Mapping;
|
||||
import org.mapstruct.Mappings;
|
||||
|
||||
/**
|
||||
* 会员实体转换器
|
||||
* 会员对象转换器
|
||||
*
|
||||
* @author haoxr
|
||||
* @date 2022/6/11
|
||||
|
@ -20,7 +20,7 @@ public interface UmsMemberMapper extends BaseMapper<UmsMember> {
|
||||
" <if test ='nickname !=null and nickname.trim() neq \"\" ' >" +
|
||||
" WHERE nick_name like concat('%',#{nickname},'%')" +
|
||||
" </if>" +
|
||||
" ORDER BY gmt_modified DESC, gmt_create DESC" +
|
||||
" ORDER BY update_time DESC, create_time DESC" +
|
||||
"</script>")
|
||||
@Results({
|
||||
@Result(id = true, column = "id", property = "id"),
|
||||
|
@ -9,7 +9,7 @@ spring:
|
||||
server-addr: http://localhost:8848
|
||||
# 配置中心
|
||||
config:
|
||||
server-addr: http://c.youlai.tech:8848
|
||||
server-addr: http://localhost:8848
|
||||
file-extension: yaml
|
||||
shared-configs[0]:
|
||||
data-id: youlai-common.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user