package com.java110.utils.constant; /** * 物品出库常量类 * Created by wuxw on 2017/5/20. */ public class ServiceCodeItemOutConstant { /** * 添加 物品出库 */ public static final String BINDING_ITEMOUT = "itemOut.itemOut"; }