修改时新增案件日志
This commit is contained in:
@@ -6,6 +6,8 @@ package com.ruoyi.common.constant;
|
||||
public class CaseApplicationConstants {
|
||||
/** 立案申请 */
|
||||
public static final int CASE_APPLICATION = 0;
|
||||
/** 案件修改 */
|
||||
public static final int CASE_EDIT = -1;
|
||||
/** 待立案审查 */
|
||||
public static final int CASE_CHECK = 1;
|
||||
/** 待缴费 */
|
||||
|
||||
Reference in New Issue
Block a user