wuxw
2019-11-08 f00566747db09c5a318ac5976587a10706ab5db6
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";
 
 
 
}