package com.didi.biz.editor.container; /** * Class description * * @author houshengyong * @since 2015-6-2 */ public class RequestCode { private static int index = 0; public static final int REQUEST_CODE_PICK_PASSANGER = index++; }