StatusContants.java 177 Bytes
Newer Older
张新旗 committed
1 2 3 4 5 6 7 8
package com.ruoyi.common.constant;

public class StatusContants {
    //不正常
    public static String abnormal = "1";
    //正常
    public static String normal = "1";
}