时间改字符串

master
yinq 2 years ago
parent 59665a4338
commit 1f569771f0

@ -72,7 +72,7 @@ public class OutStore extends Model<OutStore> {
*/
@TableField("POSTING_DATE_TIME")
@ExcelColumn(value = "过账日期")
private LocalDateTime postingDateTime;
private String postingDateTime;
/**
*
*/

Loading…
Cancel
Save