Module bus.core

Class Consts

java.lang.Object
org.miaixz.bus.core.lang.Normal
org.miaixz.bus.core.basic.normal.Consts

public class Consts extends Normal
业务常量
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

    • STATUS_MINUS_ONE

      public static final Integer STATUS_MINUS_ONE
      全局状态
    • STATUS_ZERO

      public static final Integer STATUS_ZERO
    • STATUS_ONE

      public static final Integer STATUS_ONE
    • STATUS_TWO

      public static final Integer STATUS_TWO
    • STATUS_THREE

      public static final Integer STATUS_THREE
    • STATUS_FOUR

      public static final Integer STATUS_FOUR
    • STATUS_FIVE

      public static final Integer STATUS_FIVE
    • STATUS_SIX

      public static final Integer STATUS_SIX
    • STATUS_SEVEN

      public static final Integer STATUS_SEVEN
    • STATUS_EIGHT

      public static final Integer STATUS_EIGHT
    • STATUS_NINE

      public static final Integer STATUS_NINE
    • TYPE_MINUS_ONE

      public static final Integer TYPE_MINUS_ONE
      全局类型
    • TYPE_ZERO

      public static final Integer TYPE_ZERO
    • TYPE_ONE

      public static final Integer TYPE_ONE
    • TYPE_TWO

      public static final Integer TYPE_TWO
    • TYPE_THREE

      public static final Integer TYPE_THREE
    • TYPE_FOUR

      public static final Integer TYPE_FOUR
    • TYPE_FIVE

      public static final Integer TYPE_FIVE
    • TYPE_SIX

      public static final Integer TYPE_SIX
    • TYPE_SEVEN

      public static final Integer TYPE_SEVEN
    • TYPE_EIGHT

      public static final Integer TYPE_EIGHT
    • TYPE_NINE

      public static final Integer TYPE_NINE
    • RESULT_ERRCODE

      public static final String RESULT_ERRCODE
      响应码
      See Also:
    • RESULT_ERRMSG

      public static final String RESULT_ERRMSG
      响应码描述
      See Also:
    • RESULT_DATA

      public static final String RESULT_DATA
      返回数据
      See Also:
  • Constructor Details

    • Consts

      public Consts()