package com.java110.utils.constant; /** * 仓库调拨常量类 * Created by wuxw on 2017/5/20. */ public class ServiceCodeAllocationStorehouseConstant { /** * 添加 仓库调拨 */ public static final String ADD_ALLOCATIONSTOREHOUSE = "allocationStorehouse.saveAllocationStorehouse"; /** * 修改 仓库调拨 */ public static final String UPDATE_ALLOCATIONSTOREHOUSE = "allocationStorehouse.updateAllocationStorehouse"; /** * 删除 仓库调拨 */ public static final String DELETE_ALLOCATIONSTOREHOUSE = "allocationStorehouse.deleteAllocationStorehouse"; /** * 查询 仓库调拨 */ public static final String LIST_ALLOCATIONSTOREHOUSES = "allocationStorehouse.listAllocationStorehouses"; }