package com.ruoyi.errand.constant; public class IsFirstOrder { //是 public static final Integer YES = 1; //否 public static final Integer NO = 0; }