记得上下班打卡 | git大法好,push需谨慎

Commit 698d1de3 authored by 胡佳晨's avatar 胡佳晨

修改代码 ar活动配置

parent 2772d099
...@@ -12,7 +12,7 @@ import java.time.LocalDateTime; ...@@ -12,7 +12,7 @@ import java.time.LocalDateTime;
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
public class SweetArtistsUrl implements Serializable,Cloneable{ public class SweetArtistsUrl implements Serializable, Cloneable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@TableId(value = "mid", type = IdType.AUTO) @TableId(value = "mid", type = IdType.AUTO)
private Long mid; private Long mid;
...@@ -35,6 +35,7 @@ public class SweetArtistsUrl implements Serializable,Cloneable{ ...@@ -35,6 +35,7 @@ public class SweetArtistsUrl implements Serializable,Cloneable{
private LocalDateTime createdAt; private LocalDateTime createdAt;
private static final SweetArtistsUrl obj = new SweetArtistsUrl(); private static final SweetArtistsUrl obj = new SweetArtistsUrl();
public static SweetArtistsUrl getNew() { public static SweetArtistsUrl getNew() {
try { try {
return (SweetArtistsUrl) obj.clone(); return (SweetArtistsUrl) obj.clone();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment