zhanghua
2023-11-12 ead280567beb29e26e0980c6b3770815e6fe86d9
ycl-platform/src/main/java/com/ycl/common/constant/BaseCaseStatus.java
@@ -50,4 +50,10 @@
     */
    public static final Integer CLOSING_REGISTER  = 9;
    /**
     *  待上报
     */
    public static final Integer WAIT_REPORT  = 10;
}