wuxw
2020-01-25 b0a8c9dfac6ffee194727a85439abef66d072ba6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.java110.utils.constant;
 
/**
 * 物品出库常量类
 * Created by wuxw on 2017/5/20.
 */
public class ServiceCodeItemOutConstant {
 
    /**
     * 添加 物品出库
     */
    public static final String BINDING_ITEMOUT = "itemOut.itemOut";
 
 
 
}