src/main/java/com/moon/server/entity/all/ResponseMsg.java
@@ -1,10 +1,6 @@ package com.moon.server.entity.all; /** * 响应消息类 * @author www * @param <T> 泛型 */ @SuppressWarnings("ALL") public class ResponseMsg<T> { public ResponseMsg() { this.time = System.currentTimeMillis();