huliguo
2025-05-20 52f8ee23f99bb39fee50d33ff35884c13f86be0b
1
2
3
4
5
6
7
8
9
package com.ruoyi.errand.constant;
 
public class IsDefaultConstant {
    //是
    public static final Integer TRUE = 1;
 
    //否
    public static final Integer FALSE = 0;
}