修改时新增案件日志

This commit is contained in:
wangqiong
2024-04-30 14:44:33 +08:00
parent 77f84afdd6
commit 30e0be1493
3 changed files with 7 additions and 2 deletions
@@ -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;
/** 待缴费 */