公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
物品出入库页面生成(待测试)
duckweed
2019-10-23
0240ff9393ff8c1716a8aa308d8b6e35d2fe6824
[Lianxun_Java.git]
/
java110-utils
/
src
/
main
/
java
/
com
/
java110
/
utils
/
constant
/
ServiceCodeItemOutConstant.java
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";
}