仲裁系统修改

This commit is contained in:
18792927508
2024-05-24 15:39:58 +08:00
parent 34524284d4
commit 084c22a00f
45 changed files with 4202 additions and 4458 deletions
@@ -6,6 +6,10 @@ package com.ruoyi.common.constant;
public class CaseApplicationConstants {
/** 申请人/代理人,立案申请 */
public static final int CASE_APPLICATION = 0;
/**
* 案件新增
*/
public static final int CASE_INSERT = -2;
/** 申请人/代理人,案件修改 */
public static final int CASE_EDIT = -1;
/** 顾问,待立案审查 */