[*] 调整接口

This commit is contained in:
acgist
2023-03-09 12:40:33 +08:00
parent 2a7be453f3
commit fe7bc4baf9
22 changed files with 411 additions and 77 deletions

View File

@@ -19,6 +19,10 @@ public interface Constant {
* IP
*/
String IP = "ip";
/**
* 动作
*/
String ACTIVE = "active";
/**
* 状态对象
*/