This commit is contained in:
linfso 2025-02-18 17:37:40 +08:00
parent b4beac8c02
commit 952e319b56

View File

@ -67,7 +67,7 @@ public class EmisTmsCostFee extends BaseEntity
/* 账单月份 202402 */
private String billMonth;
/* 交易时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
private Date tradeDate;
/* 总票数 */
private Integer sendPieceSum;