仲裁系统修改
This commit is contained in:
@@ -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;
|
||||
/** 顾问,待立案审查 */
|
||||
|
||||
Reference in New Issue
Block a user