Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
b7b38ec6
Commit
b7b38ec6
authored
Oct 23, 2017
by
码农的春天
Committed by
季圣华
Oct 23, 2017
Browse files
!11 优化商品导入功能
Merge pull request !11 from 码农的春天/master
parents
daa729d2
bcefc54c
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b7b38ec6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.jsh
</groupId>
<groupId>
com.jsh
</groupId>
<artifactId>
jshERP
</artifactId>
<artifactId>
jshERP
</artifactId>
<version>
2017.10.
1
3
</version>
<version>
2017.10.
2
3
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
jshERP
</name>
<name>
jshERP
</name>
<url>
http://git.oschina.net/jishenghua/JSH_ERP
</url>
<url>
http://git.oschina.net/jishenghua/JSH_ERP
</url>
...
...
src/main/java/com/jsh/util/MaterialConstants.java
View file @
b7b38ec6
...
@@ -31,55 +31,45 @@ public interface MaterialConstants
...
@@ -31,55 +31,45 @@ public interface MaterialConstants
*/
*/
public
static
final
int
EXCEL_CATEGORY
=
1
;
public
static
final
int
EXCEL_CATEGORY
=
1
;
/**
* 颜色
*/
public
static
final
int
EXCEL_COLOR
=
2
;
/**
/**
* 型号
* 型号
*/
*/
public
static
final
int
EXCEL_MODEL
=
3
;
public
static
final
int
EXCEL_MODEL
=
2
;
/**
* 规格
*/
public
static
final
int
EXCEL_STANDARD
=
4
;
/**
/**
* 安全存量
* 安全存量
*/
*/
public
static
final
int
EXCEL_SAFETY_STOCK
=
5
;
public
static
final
int
EXCEL_SAFETY_STOCK
=
3
;
/**
/**
* 单位
* 单位
*/
*/
public
static
final
int
EXCEL_UNIT
=
6
;
public
static
final
int
EXCEL_UNIT
=
4
;
/**
/**
* 零售价
* 零售价
*/
*/
public
static
final
int
EXCEL_RETAILPRICE
=
7
;
public
static
final
int
EXCEL_RETAILPRICE
=
5
;
/**
/**
* 最低售价
* 最低售价
*/
*/
public
static
final
int
EXCEL_LOWPRICE
=
8
;
public
static
final
int
EXCEL_LOWPRICE
=
6
;
/**
/**
* 预
设售价一
* 预
计采购价
*/
*/
public
static
final
int
EXCEL_PRESETPRICEONE
=
9
;
public
static
final
int
EXCEL_PRESETPRICEONE
=
7
;
/**
/**
*
预设售价二
*
批发价
*/
*/
public
static
final
int
EXCEL_PRESETPRICETWO
=
10
;
public
static
final
int
EXCEL_PRESETPRICETWO
=
8
;
/**
/**
* 备注
* 备注
*/
*/
public
static
final
int
EXCEL_REMARK
=
11
;
public
static
final
int
EXCEL_REMARK
=
9
;
/**
/**
* 表头
* 表头
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment