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

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

修改代码 ar活动配置

parent 2772d099
......@@ -12,7 +12,7 @@ import java.time.LocalDateTime;
@Data
@EqualsAndHashCode(callSuper = false)
public class SweetArtistsUrl implements Serializable,Cloneable{
public class SweetArtistsUrl implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
@TableId(value = "mid", type = IdType.AUTO)
private Long mid;
......@@ -35,6 +35,7 @@ public class SweetArtistsUrl implements Serializable,Cloneable{
private LocalDateTime createdAt;
private static final SweetArtistsUrl obj = new SweetArtistsUrl();
public static SweetArtistsUrl getNew() {
try {
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