9.14更新后提交

This commit is contained in:
hejinbo
2023-09-14 19:58:21 +08:00
21 changed files with 926 additions and 13 deletions
+7
View File
@@ -139,6 +139,13 @@
<version>3.1.270</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-ocr</artifactId>
<version>3.1.701</version>
</dependency>
</dependencies>
</project>
@@ -10,10 +10,35 @@ public class CaseApplicationConstants {
public static final int PENDING_PAYMENT = 1;
/** 待缴费确认 */
public static final int PENDING_PAYMENT_CONFIRM = 2;
/** 待确认是否应诉 */
public static final int CONFIRMDED_RESPOND = 3;
/** 待确认证据 */
public static final int EVIDENCE_CONFREMED = 3;
public static final int CONFIRMDED_EVIDENCE = 4;
/** 待确定是否指派仲裁员 */
public static final int PENDING_APPOINT_ARBOTRATAR = 5;
/** 待组庭 */
public static final int PENDING_TRIAL = 4;
public static final int PENDING_TRIAL = 6;
/** 待组庭确定 */
public static final int CONFIRMDED_PENDING_TRIAL = 7;
/** 待组庭审核 */
public static final int CONFIRMDED_PENDING_TRIAL_SUBMMIT = 8;
/** 待选择仲裁方式 */
public static final int SELECTED_ARBITRATION_METHOD = 9;
/** 待开庭 */
public static final int PENDING_OPENCOURT = 10;
/** 待生成仲裁文书 */
public static final int GENERATED_ARBITRATION = 11;
/** 待确认仲裁文书 */
public static final int CONFIRMED_ARBITRATION = 12;
/** 待仲裁文书用印 */
public static final int ARBITRATED_SEAL = 13;
/** 待仲裁文书用印审核 */
public static final int ARBITRATED_SEAL_REVIEW = 14;
/** 待仲裁文书送达 */
public static final int ARBITRATION_DELIVERY = 15;
/** 待案件归档*/
public static final int CASE_FILING = 16;