package com.common; /** * Intro: 业务类型 * Author: zhangxutong * E-mail: mcxtzhang@163.com * Home Page: http://blog.csdn.net/zxt0601 * Created: 2017/5/13. * History: */ public class BusiType { public static final int TYPE_XIYOU_FOODS = 1; //西游食 }