fix
Helius
2021-07-15 d807e8a6d663f8392b58d8f48b0f8771b46d7995
gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
@@ -31,11 +31,15 @@
    /**
     * 是否集物员 1-是 2-否
     */
    private String isJyh;
    private String isJhy;
    public static final String IS_JHY_Y = "1";
    public static final String IS_JHY_N = "2";
    /**
     * 审核状态 1-待审核 2-审核通过 3-审核拒绝
     */
    private Integer status;
    public static final Integer CHECK_WAIT = 1;
    public static final Integer CHECK_PASS = 2;
    public static final Integer CHECK_REFUSE = 3;
}