xiaoyong931011
2021-06-28 579ee657f7404ecc2d216e56a19df11006150bb0
gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
@@ -31,5 +31,12 @@
    /**
     * 是否集物员 1-是 2-否
     */
    private String isJyh;
    private String isJhy;
    /**
     * 审核状态 1-待审核 2-审核通过 3-审核拒绝
     */
    private Integer status;
    public static final Integer CHECK_PASS = 2;
    public static final Integer CHECK_REFUSE = 3;
}