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