From 87cd5df70918e6ba1af849c5f026d3719bfdb1ac Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 09 四月 2025 09:06:29 +0800 Subject: [PATCH] Merge branch '1.5.2' into dev --- app/src/main/java/com/hdl/photovoltaic/enums/DebugStatus.java | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/enums/DebugStatus.java b/app/src/main/java/com/hdl/photovoltaic/enums/DebugStatus.java new file mode 100644 index 0000000..cf85359 --- /dev/null +++ b/app/src/main/java/com/hdl/photovoltaic/enums/DebugStatus.java @@ -0,0 +1,27 @@ +package com.hdl.photovoltaic.enums; + +/** + * 鐢电珯鐨勮皟璇曠姸鎬侊紙鍏ㄩ儴锛岃皟璇曚腑锛岃皟璇曞畬鎴愶紝宸蹭氦浠橈紝鎺堟潈璋冭瘯锛� + */ +public @interface DebugStatus { + /** + * 鍏ㄩ儴 + */ + String All = "";//鍏ㄩ儴 + /** + * 璋冭瘯涓� + */ + String Debugging = "Debugging";//璋冭瘯涓� + /** + * 璋冭瘯瀹屾垚 + */ + String WAIT_DELIVERED = "WAIT_DELIVERED";//璋冭瘯瀹屾垚 + /** + * 宸蹭氦浠� + */ + String Delivered = "Delivered";//宸蹭氦浠� + /** + * 鎺堟潈璋冭瘯 + */ + String SECONDARY_DEBUGGIN = "SECONDARY_DEBUGGIN";//鎺堟潈璋冭瘯 +} -- Gitblit v1.8.0