Update WebLog.java

This commit is contained in:
macro
2022-08-17 15:04:42 +08:00
parent 4d6c877a6a
commit d842057d67

View File

@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode
public class WebLog { public class WebLog {
/** /**
* 操作描述 * 操作描述