修改订货金bug时间戳

This commit is contained in:
shuo.wang
2024-05-08 11:31:53 +08:00
parent c0d966423e
commit 92c7ddc7af
6 changed files with 51 additions and 46 deletions

View File

@@ -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;