完善了用户登录

This commit is contained in:
chen-xin-zhi 2024-11-04 11:02:09 +08:00
parent e94aacd7fe
commit 70b59a5bc7
5 changed files with 9 additions and 65 deletions

View File

@ -92,6 +92,7 @@
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>4.4.0</version>
</dependency>
<!-- junit -->
<dependency>
<groupId>junit</groupId>

View File

@ -24,4 +24,11 @@ public class Knife4jConfig {
.license(new License().name("Apache 2.0")
.url("http://doc.xiaominfo.com")));
}
}
}

View File

@ -1,6 +1,5 @@
package com.cultural.heritage.controller.address;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.cultural.heritage.common.BaseResponse;
import com.cultural.heritage.common.ErrorCode;
import com.cultural.heritage.common.ResultUtils;
@ -15,13 +14,11 @@ import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.annotation.Resource;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.BeanUtils;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayList;
import java.util.List;
@RestController

View File

@ -1,11 +1,9 @@
package com.cultural.heritage.model.dto.snapshot;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.io.Serial;
import java.io.Serializable;
import java.util.Date;
@Data
public class CouponSnapshot implements Serializable {
@ -22,40 +20,6 @@ public class CouponSnapshot implements Serializable {
private Double conditionAmount;
/**
* 优惠券简介
*/
private String intro;
/**
* 优惠券图片
*/
private String image;
/**
* 有效开始日期
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date startTime;
/**
* 有效截止日期
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endTime;
/**
* 作用范围
*/
private String useScope;
/**
* 使用说明
*/
private String description;
@Serial
private static final long serialVersionUID = 1L;

View File

@ -29,31 +29,6 @@ public class GoodSnapshot implements Serializable {
*/
private String goodImg;
/**
* 商品简介
*/
private String intro;
/**
* 商品详情简介
*/
private String introDetail;
/**
* 商品详情图片
*/
private String detailImg;
/**
* 商品标签
*/
private String label;
/**
* 是否是商品类型
*/
private Integer isGoodType;
/**
* 节日限定序号