@@ -40,7 +40,7 @@ public class FsIntegralOrderLogs{
/** 操作时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
- private Date changeTime;
+ private LocalDateTime changeTime;
/** 操作员 */
@Excel(name = "操作员")