zhanghua
2023-10-23 252b4943e54f7ef930f7f7ea01ad1a8a29655dcf
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;
}