package com.ruoyi.common.constant; public class StatusContants { //不正常 public static String abnormal = "1"; //正常 public static String normal = "1"; }