程序包 com.ec.v2.entity

类 BaseResp

java.lang.Object
com.ec.v2.entity.BaseResp
所有已实现的接口:
java.io.Serializable
直接已知子类:
AddCustomerResp, ApiPushResp, AsynchronizationResponse, BatchUpdateResp, BoolMsgResponse, ChangeResp, CombineCustomerResp, ConfigResponse, ContactBookResp, CrmFileUploadResp, CustomerResp, DigitalMapResp, HighQueryResp, HistogramResp, LabelResponse, LineGraphResp, LongMsgResponse, MsgResponse, OrganizationResponse, PreciseQueryResp, QueryCrmGroupResp, QueryLabelResp, QueryPageResp, RecordResponse, RobotResponse, SalesResponse, TrajectoryPageResp, TrajectoryResp, UpdateStageResp

public class BaseResp
extends java.lang.Object
implements java.io.Serializable
另请参阅:
序列化表格
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    protected int code  
    protected java.lang.String msg  
  • 构造器概要

    构造器 
    构造器 说明
    BaseResp()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • code

      protected int code
    • msg

      protected java.lang.String msg
  • 构造器详细资料