mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-11-01 18:56:18 +08:00
update agreements
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author Sola
|
||||
* @author Sola {@literal <dev@sola.love>}
|
||||
*/
|
||||
@EqualsAndHashCode(of = "id")
|
||||
public final class MapSession implements WxSession, Serializable {
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* @author Sola
|
||||
* @author Sola {@literal <dev@sola.love>}
|
||||
*/
|
||||
public class MapSessionRepository {
|
||||
|
||||
|
||||
@@ -4,10 +4,7 @@ package love.sola.netsupport.session;
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* ***********************************************
|
||||
* Created by Sola on 2015/12/14.
|
||||
* Don't modify this source without my agreement
|
||||
* ***********************************************
|
||||
* @author Sola {@literal <dev@sola.love>}
|
||||
*/
|
||||
public class WechatSession {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package love.sola.netsupport.session;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Sola
|
||||
* @author Sola {@literal <dev@sola.love>}
|
||||
*/
|
||||
public interface WxSession {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user