mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
增加注释
This commit is contained in:
@@ -8,7 +8,18 @@ package sanbing.jcpp.protocol.domain;
|
||||
* @author baigod
|
||||
*/
|
||||
public enum SessionCloseReason {
|
||||
/**
|
||||
* 自然销毁
|
||||
*/
|
||||
DESTRUCTION,
|
||||
|
||||
/**
|
||||
* 失活
|
||||
*/
|
||||
INACTIVE,
|
||||
|
||||
/**
|
||||
* 手动销毁
|
||||
*/
|
||||
MANUALLY
|
||||
}
|
||||
Reference in New Issue
Block a user