Commit 6a3a3b4b by huluobin

update

parent 475a9974
......@@ -2,10 +2,11 @@ package com.gogirl.shared.admin.techcnian;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.time.LocalDateTime;
@Data
public class AdminTechnicianScoreResp implements Serializable {
......@@ -30,7 +31,8 @@ public class AdminTechnicianScoreResp implements Serializable {
@ApiModelProperty("店铺名")
private String store_name;//:"gogirl天河南店"
private Date entry_time;//:"2019-02-21T08:00:00"
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime entry_time;//:"2019-02-21T08:00:00"
private String grade;//:"中级美甲师"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment