修改订货金bug时间戳
This commit is contained in:
@@ -15,12 +15,12 @@ import java.util.Date;
|
||||
*/
|
||||
@Data
|
||||
public class FirstOrderDTO {
|
||||
|
||||
private Long id;
|
||||
@ApiModelProperty("店铺Id")
|
||||
private Long shopId;
|
||||
@ApiModelProperty("首批订货金总额")
|
||||
private String totalOrderDeposit;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
@ApiModelProperty("最晚打款时间")
|
||||
private Date latestPaymentDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user