Interface ResultCode

All Superinterfaces:
Serializable
All Known Implementing Classes:
RC, RCH, ResultEnum

public interface ResultCode extends Serializable
响应结果码
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    返回结果码
    返回提示信息
    default boolean
     
  • Field Details

  • Method Details

    • getCode

      int getCode()
      返回结果码
      Returns:
      结果码
    • getMsg

      String getMsg()
      返回提示信息
      Returns:
      提示信息
    • isSuccess

      default boolean isSuccess()