From 3a82a5078037deef31caf3694acc36c4f386ffb3 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 10 Nov 2021 11:14:43 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
---
gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java b/gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
index c4f3209..3984fcb 100644
--- a/gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
+++ b/gc-core/src/main/java/com/xzx/gc/entity/JhyInfo.java
@@ -32,10 +32,14 @@
* 是否集物员 1-是 2-否
*/
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;
}
--
Gitblit v1.9.1