package com.parttime.net; /** * * Created by luhua on 15/7/16. */ public class BaseResponse { public static final int STATUS_SUCCESS = 1; }