package com.ycl.constant; /** *

* 案件状态类 *

* * @author mg * @since 2022-10-02 */ public class BaseCaseStatus { /** * 调度 */ public static final Integer DISPATCH = 3; /** * 审核 */ public static final Integer CHECK = 5; }