zhanghua
2023-11-29 5b545fd1006fb28dbe3928c666db2d8a0622fcf2
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;
}