3/12
This commit is contained in:
@@ -6,6 +6,8 @@ import com.yxt.common.core.vo.Vo;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Administrator
|
* @author Administrator
|
||||||
* @description
|
* @description
|
||||||
@@ -41,7 +43,7 @@ public class LpkGoodsDetailsVo implements Vo {
|
|||||||
@ApiModelProperty("阶梯价格")
|
@ApiModelProperty("阶梯价格")
|
||||||
private String stepPrice;
|
private String stepPrice;
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
private String periodValidity;
|
private Date periodValidity;
|
||||||
private Integer qssl;
|
private Integer qssl;
|
||||||
/**
|
/**
|
||||||
* 订购协议
|
* 订购协议
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ public class LpkGoodsVo implements Vo {
|
|||||||
private Long categoryId; // 类别ID';
|
private Long categoryId; // 类别ID';
|
||||||
private String categoryName; // 类别名称';
|
private String categoryName; // 类别名称';
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
private String periodValidity;
|
private Date periodValidity;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user