组庭接口优化

This commit is contained in:
qitz
2023-09-19 10:13:16 +08:00
parent 49d611b971
commit 32856e223a
6 changed files with 80 additions and 22 deletions
@@ -6,34 +6,38 @@ package com.ruoyi.common.constant;
public class CaseApplicationConstants {
/** 立案申请 */
public static final int CASE_APPLICATION = 0;
/** 待立案审查 */
public static final int CASE_CHECK = 1;
/** 待缴费 */
public static final int PENDING_PAYMENT = 1;
public static final int PENDING_PAYMENT = 2;
/** 待缴费确认 */
public static final int PENDING_PAYMENT_CONFIRM = 2;
/** 待确认是否应诉 */
public static final int CONFIRMDED_RESPOND = 3;
/** 待确认证据 */
public static final int CONFIRMDED_EVIDENCE = 4;
/** 待确定是否指派仲裁员 */
public static final int PENDING_APPOINT_ARBOTRATAR = 5;
public static final int PENDING_PAYMENT_CONFIRM = 3;
/** 待案件质证 */
public static final int CASE_CROSSEXAMI = 4;
/** 待组庭 */
public static final int PENDING_TRIAL = 6;
/** 待组庭确定 */
public static final int CONFIRMDED_PENDING_TRIAL = 7;
public static final int PENDING_TRIAL = 26;
/** 待组庭审核 */
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 CONFIRMDED_PENDING_TRIAL_SUBMMIT = 5;
/** 待组庭确定 */
public static final int CONFIRMDED_PENDING_TRIAL = 6;
/** 待审核仲裁方式 */
public static final int CHECK_ARBITRATION_METHOD = 7;
/** 待开庭审理 */
public static final int PENDING_OPENCOURT_HEAR = 8;
/** 待书面审理 */
public static final int PENDING_WRIITEN_HEAR = 9;
/** 待生成仲裁文书 */
public static final int GENERATED_ARBITRATION = 11;
/** 待确认仲裁文书 */
public static final int CONFIRMED_ARBITRATION = 12;
public static final int GENERATED_ARBITRATION = 10;
/**待核验仲裁文书*/
public static final int VERPRIF_ARBITRATION = 11;
/**待审核仲裁文书*/
public static final int CHECK_ARBITRATION = 12;
/**待仲裁文书签名*/
public static final int SIGN_ARBITRATION = 13;
/** 待仲裁文书用印 */
public static final int ARBITRATED_SEAL = 13;
/** 待仲裁文书用印审核 */
public static final int ARBITRATED_SEAL_REVIEW = 14;
public static final int ARBITRATED_SEAL = 14;
/** 待仲裁文书送达 */
public static final int ARBITRATION_DELIVERY = 15;
/** 待案件归档*/