huliguo
2025-07-31 7b1772169b274e87fe441923f0dbf5e25ee30a72
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;
}