mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
refactor: optimize java doc
This commit is contained in:
parent
f5ccbbb8cc
commit
559ce20bf4
@ -13,10 +13,16 @@ import lombok.Getter;
|
||||
@AllArgsConstructor
|
||||
public enum SwitchableStatus {
|
||||
/**
|
||||
*
|
||||
* 启用
|
||||
*/
|
||||
ENABLE(1),
|
||||
/**
|
||||
* 禁用
|
||||
*/
|
||||
DISABLE(2),
|
||||
/**
|
||||
* 已删除
|
||||
*/
|
||||
DELETED(99);
|
||||
|
||||
private final int v;
|
||||
|
Loading…
x
Reference in New Issue
Block a user