mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
@@ -3,6 +3,7 @@ package com.gitee.sop.storyweb.open.resp;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author 六如
|
||||
@@ -15,4 +16,6 @@ public class StoryResponse implements Serializable {
|
||||
|
||||
private String name;
|
||||
|
||||
// 日期格式要用Date,暂不支持LocalDateTime
|
||||
private Date addTime = new Date();
|
||||
}
|
||||
|
Reference in New Issue
Block a user