Helius
2021-06-28 1ae21f2e7931839bba5187c87f1627089253e7cf
gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
@@ -37,4 +37,5 @@
     * 审核状态 1-待审核 2-审核通过 3-审核拒绝
     */
    private Integer status;
    public static final Integer CHECK_PASS = 2;
}