|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
package au.com.royalpay.payment.manage.merchants.beans.mongo;
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
|
|
|
|
|
import org.springframework.data.mongodb.core.mapping.Document;
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
@ -15,6 +17,7 @@ public class ClientConfigLog {
|
|
|
|
|
private String userName;
|
|
|
|
|
private String originData;
|
|
|
|
|
private String newData;
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+10")
|
|
|
|
|
private Date createTime;
|
|
|
|
|
|
|
|
|
|
public long getId() {
|
|
|
|
|