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
07259995
Commit
07259995
authored
Apr 07, 2018
by
AlanGao
Browse files
update
parent
458409b4
Changes
205
Show whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/model/vo/basic/SupplierModel.java
View file @
07259995
...
...
@@ -5,8 +5,7 @@ import java.io.InputStream;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
SupplierModel
implements
Serializable
{
public
class
SupplierModel
implements
Serializable
{
private
SupplierShowModel
showModel
=
new
SupplierShowModel
();
/**======开始接受页面参数=================**/
...
...
@@ -171,46 +170,38 @@ public class SupplierModel implements Serializable
AdvanceIn
=
advanceIn
;
}
public
void
setBeginNeedGet
(
Double
beginNeedGet
)
{
BeginNeedGet
=
beginNeedGet
;
}
public
Double
getBeginNeedGet
()
{
public
Double
getBeginNeedGet
()
{
return
BeginNeedGet
;
}
public
void
setBeginNeedPay
(
Double
beginNeedPay
)
{
BeginNeedPay
=
beginNeedPay
;
public
void
setBeginNeedGet
(
Double
beginNeedGet
)
{
BeginNeedGet
=
beginNeedGet
;
}
public
Double
getBeginNeedPay
()
{
public
Double
getBeginNeedPay
()
{
return
BeginNeedPay
;
}
public
void
setAllNeedGet
(
Double
allNeedGet
)
{
AllNeedGet
=
allNeedGet
;
public
void
setBeginNeedPay
(
Double
beginNeedPay
)
{
BeginNeedPay
=
beginNeedPay
;
}
public
Double
getAllNeedGet
()
{
public
Double
getAllNeedGet
()
{
return
AllNeedGet
;
}
public
void
setAllNeedPay
(
Double
allNeedPay
)
{
AllNeedPay
=
allNeedPay
;
public
void
setAllNeedGet
(
Double
allNeedGet
)
{
AllNeedGet
=
allNeedGet
;
}
public
Double
getAllNeedPay
()
{
public
Double
getAllNeedPay
()
{
return
AllNeedPay
;
}
public
void
setAllNeedPay
(
Double
allNeedPay
)
{
AllNeedPay
=
allNeedPay
;
}
public
String
getDescription
()
{
return
description
;
}
...
...
src/main/java/com/jsh/model/vo/basic/SupplierShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
SupplierShowModel
implements
Serializable
{
public
class
SupplierShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class SupplierShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/basic/SystemConfigModel.java
View file @
07259995
...
...
@@ -3,11 +3,12 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
SystemConfigModel
implements
Serializable
{
public
class
SystemConfigModel
implements
Serializable
{
private
SystemConfigShowModel
showModel
=
new
SystemConfigShowModel
();
/**======开始接受页面参数=================**/
/**
* ======开始接受页面参数=================
**/
private
Long
id
=
0
l
;
private
String
type
=
""
;
private
String
name
=
""
;
...
...
src/main/java/com/jsh/model/vo/basic/SystemConfigShowModel.java
View file @
07259995
...
...
@@ -3,20 +3,17 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
SystemConfigShowModel
implements
Serializable
{
public
class
SystemConfigShowModel
implements
Serializable
{
/**
* 提示信息
*/
private
String
msgTip
=
""
;
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
}
src/main/java/com/jsh/model/vo/basic/UnitModel.java
View file @
07259995
...
...
@@ -3,8 +3,7 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
UnitModel
implements
Serializable
{
public
class
UnitModel
implements
Serializable
{
private
DepotShowModel
showModel
=
new
DepotShowModel
();
/**======开始接受页面参数=================**/
...
...
src/main/java/com/jsh/model/vo/basic/UnitShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
UnitShowModel
implements
Serializable
{
public
class
UnitShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class UnitShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/basic/UserBusinessModel.java
View file @
07259995
...
...
@@ -3,8 +3,7 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
UserBusinessModel
implements
Serializable
{
public
class
UserBusinessModel
implements
Serializable
{
private
UserBusinessShowModel
showModel
=
new
UserBusinessShowModel
();
/**======开始接受页面参数=================**/
...
...
src/main/java/com/jsh/model/vo/basic/UserBusinessShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
UserBusinessShowModel
implements
Serializable
{
public
class
UserBusinessShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class UserBusinessShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/basic/UserModel.java
View file @
07259995
...
...
@@ -3,13 +3,12 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
UserModel
implements
Serializable
{
public
class
UserModel
implements
Serializable
{
private
UserShowModel
showModel
=
new
UserShowModel
();
/*+++++用户登录开始+++++++++++*/
private
String
username
=
""
;
private
String
password
=
""
;
private
String
username
=
""
;
private
String
password
=
""
;
/*+++++用户登录结束+++++++++++*/
/**
...
...
@@ -82,173 +81,139 @@ public class UserModel implements Serializable
private
String
orgpwd
=
""
;
public
String
getClientIp
()
{
public
String
getClientIp
()
{
return
clientIp
;
}
public
void
setClientIp
(
String
clientIp
)
{
public
void
setClientIp
(
String
clientIp
)
{
this
.
clientIp
=
clientIp
;
}
public
String
getUsername
()
{
public
String
getUsername
()
{
return
username
;
}
public
void
setUsername
(
String
username
)
{
public
void
setUsername
(
String
username
)
{
this
.
username
=
username
;
}
public
String
getPassword
()
{
public
String
getPassword
()
{
return
password
;
}
public
void
setPassword
(
String
password
)
{
public
void
setPassword
(
String
password
)
{
this
.
password
=
password
;
}
public
UserShowModel
getShowModel
()
{
public
UserShowModel
getShowModel
()
{
return
showModel
;
}
public
void
setShowModel
(
UserShowModel
showModel
)
{
public
void
setShowModel
(
UserShowModel
showModel
)
{
this
.
showModel
=
showModel
;
}
public
String
getLoginame
()
{
public
String
getLoginame
()
{
return
loginame
;
}
public
void
setLoginame
(
String
loginame
)
{
public
void
setLoginame
(
String
loginame
)
{
this
.
loginame
=
loginame
;
}
public
String
getPosition
()
{
public
String
getPosition
()
{
return
position
;
}
public
void
setPosition
(
String
position
)
{
public
void
setPosition
(
String
position
)
{
this
.
position
=
position
;
}
public
String
getDepartment
()
{
public
String
getDepartment
()
{
return
department
;
}
public
void
setDepartment
(
String
department
)
{
public
void
setDepartment
(
String
department
)
{
this
.
department
=
department
;
}
public
String
getEmail
()
{
public
String
getEmail
()
{
return
email
;
}
public
void
setEmail
(
String
email
)
{
public
void
setEmail
(
String
email
)
{
this
.
email
=
email
;
}
public
String
getPhonenum
()
{
public
String
getPhonenum
()
{
return
phonenum
;
}
public
void
setPhonenum
(
String
phonenum
)
{
public
void
setPhonenum
(
String
phonenum
)
{
this
.
phonenum
=
phonenum
;
}
public
Short
getIsmanager
()
{
public
Short
getIsmanager
()
{
return
ismanager
;
}
public
void
setIsmanager
(
Short
ismanager
)
{
public
void
setIsmanager
(
Short
ismanager
)
{
this
.
ismanager
=
ismanager
;
}
public
String
getDescription
()
{
public
String
getDescription
()
{
return
description
;
}
public
void
setDescription
(
String
description
)
{
public
void
setDescription
(
String
description
)
{
this
.
description
=
description
;
}
public
Long
getUserID
()
{
public
Long
getUserID
()
{
return
userID
;
}
public
void
setUserID
(
Long
userID
)
{
public
void
setUserID
(
Long
userID
)
{
this
.
userID
=
userID
;
}
public
String
getUserIDs
()
{
public
String
getUserIDs
()
{
return
userIDs
;
}
public
void
setUserIDs
(
String
userIDs
)
{
public
void
setUserIDs
(
String
userIDs
)
{
this
.
userIDs
=
userIDs
;
}
public
int
getPageSize
()
{
public
int
getPageSize
()
{
return
pageSize
;
}
public
void
setPageSize
(
int
pageSize
)
{
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
}
public
int
getPageNo
()
{
public
int
getPageNo
()
{
return
pageNo
;
}
public
void
setPageNo
(
int
pageNo
)
{
public
void
setPageNo
(
int
pageNo
)
{
this
.
pageNo
=
pageNo
;
}
public
int
getCheckFlag
()
{
public
int
getCheckFlag
()
{
return
checkFlag
;
}
public
void
setCheckFlag
(
int
checkFlag
)
{
public
void
setCheckFlag
(
int
checkFlag
)
{
this
.
checkFlag
=
checkFlag
;
}
public
String
getOrgpwd
()
{
public
String
getOrgpwd
()
{
return
orgpwd
;
}
public
void
setOrgpwd
(
String
orgpwd
)
{
public
void
setOrgpwd
(
String
orgpwd
)
{
this
.
orgpwd
=
orgpwd
;
}
...
...
src/main/java/com/jsh/model/vo/basic/UserShowModel.java
View file @
07259995
...
...
@@ -3,20 +3,17 @@ package com.jsh.model.vo.basic;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
UserShowModel
implements
Serializable
{
public
class
UserShowModel
implements
Serializable
{
/**
* 提示信息
*/
private
String
msgTip
=
""
;
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
}
src/main/java/com/jsh/model/vo/materials/AccountHeadModel.java
View file @
07259995
...
...
@@ -3,11 +3,12 @@ package com.jsh.model.vo.materials;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
AccountHeadModel
implements
Serializable
{
public
class
AccountHeadModel
implements
Serializable
{
private
AccountHeadShowModel
showModel
=
new
AccountHeadShowModel
();
/**======开始接受页面参数=================**/
/**
* ======开始接受页面参数=================
**/
private
String
Type
;
private
Long
OrganId
;
private
Long
HandsPersonId
;
...
...
@@ -49,185 +50,150 @@ public class AccountHeadModel implements Serializable
*/
private
String
clientIp
=
""
;
public
void
setShowModel
(
AccountHeadShowModel
showModel
)
{
this
.
showModel
=
showModel
;
}
public
AccountHeadShowModel
getShowModel
()
{
public
AccountHeadShowModel
getShowModel
()
{
return
showModel
;
}
public
void
setType
(
String
type
)
{
Type
=
type
;
public
void
setShowModel
(
AccountHeadShowModel
showModel
)
{
this
.
showModel
=
showModel
;
}
public
String
getType
()
{
public
String
getType
()
{
return
Type
;
}
public
void
setOrganId
(
Long
organId
)
{
OrganId
=
organId
;
public
void
setType
(
String
type
)
{
Type
=
type
;
}
public
Long
getOrganId
()
{
public
Long
getOrganId
()
{
return
OrganId
;
}
public
void
setHandsPersonId
(
Long
handsPersonId
)
{
HandsPersonId
=
handsPersonId
;
public
void
setOrganId
(
Long
organId
)
{
OrganId
=
organId
;
}
public
Long
getHandsPersonId
()
{
public
Long
getHandsPersonId
()
{
return
HandsPersonId
;
}
public
void
setChangeAmount
(
Double
changeAmount
)
{
ChangeAmount
=
changeAmount
;
public
void
setHandsPersonId
(
Long
handsPersonId
)
{
HandsPersonId
=
handsPersonId
;
}
public
Double
getChangeAmount
()
{
public
Double
getChangeAmount
()
{
return
ChangeAmount
;
}
public
void
set
TotalPrice
(
Double
totalPrice
)
{
TotalPrice
=
totalPrice
;
public
void
set
ChangeAmount
(
Double
changeAmount
)
{
ChangeAmount
=
changeAmount
;
}
public
Double
getTotalPrice
()
{
return
TotalPrice
;
}
public
void
setAccountId
(
Long
accountId
)
{
AccountId
=
accountId
;
public
void
setTotalPrice
(
Double
totalPrice
)
{
TotalPrice
=
totalPrice
;
}
public
Long
getAccountId
()
{
public
Long
getAccountId
()
{
return
AccountId
;
}
public
void
setBillNo
(
String
billNo
)
{
BillNo
=
billNo
;
public
void
setAccountId
(
Long
accountId
)
{
AccountId
=
accountId
;
}
public
String
getBillNo
()
{
public
String
getBillNo
()
{
return
BillNo
;
}
public
void
setBillTime
(
String
billTime
)
{
BillTime
=
billTime
;
public
void
setBillNo
(
String
billNo
)
{
BillNo
=
billNo
;
}
public
String
getBillTime
()
{
public
String
getBillTime
()
{
return
BillTime
;
}
public
void
setRemark
(
String
remark
)
{
Remark
=
remark
;
public
void
setBillTime
(
String
billTime
)
{
BillTime
=
billTime
;
}
public
String
getRemark
()
{
public
String
getRemark
()
{
return
Remark
;
}
public
void
setBeginTime
(
String
beginTime
)
{
BeginTime
=
beginTime
;
public
void
setRemark
(
String
remark
)
{
Remark
=
remark
;
}
public
String
getBeginTime
()
{
public
String
getBeginTime
()
{
return
BeginTime
;
}
public
void
setEndTime
(
String
endTime
)
{
EndTime
=
endTime
;
public
void
setBeginTime
(
String
beginTime
)
{
BeginTime
=
beginTime
;
}
public
String
getEndTime
()
{
public
String
getEndTime
()
{
return
EndTime
;
}
public
void
setMonthTime
(
String
monthTime
)
{
MonthTime
=
monthTime
;
public
void
setEndTime
(
String
endTime
)
{
EndTime
=
endTime
;
}
public
String
getMonthTime
()
{
public
String
getMonthTime
()
{
return
MonthTime
;
}
public
void
setAccountHeadID
(
Long
accountHeadID
)
{
this
.
accountHeadID
=
accountHeadID
;
public
void
setMonthTime
(
String
monthTime
)
{
MonthTime
=
monthTime
;
}
public
Long
getAccountHeadID
()
{
public
Long
getAccountHeadID
()
{
return
accountHeadID
;
}
public
void
setAccountHeadIDs
(
String
accountHeadIDs
)
{
this
.
accountHeadIDs
=
accountHeadIDs
;
public
void
setAccountHeadID
(
Long
accountHeadID
)
{
this
.
accountHeadID
=
accountHeadID
;
}
public
String
getAccountHeadIDs
()
{
public
String
getAccountHeadIDs
()
{
return
accountHeadIDs
;
}
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
public
void
setAccountHeadIDs
(
String
accountHeadIDs
)
{
this
.
accountHeadIDs
=
accountHeadIDs
;
}
public
int
getPageSize
()
{
public
int
getPageSize
()
{
return
pageSize
;
}
public
void
setPageNo
(
int
pageNo
)
{
this
.
pageNo
=
pageNo
;
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
}
public
int
getPageNo
()
{
public
int
getPageNo
()
{
return
pageNo
;
}
public
void
setClientIp
(
String
clientIp
)
{
this
.
clientIp
=
clientIp
;
public
void
setPageNo
(
int
pageNo
)
{
this
.
pageNo
=
pageNo
;
}
public
String
getClientIp
()
{
public
String
getClientIp
()
{
return
clientIp
;
}
public
void
setClientIp
(
String
clientIp
)
{
this
.
clientIp
=
clientIp
;
}
public
String
getSupplierId
()
{
return
supplierId
;
}
...
...
src/main/java/com/jsh/model/vo/materials/AccountHeadShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
AccountHeadShowModel
implements
Serializable
{
public
class
AccountHeadShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class AccountHeadShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/materials/AccountItemModel.java
View file @
07259995
...
...
@@ -4,11 +4,12 @@ import java.io.InputStream;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
AccountItemModel
implements
Serializable
{
public
class
AccountItemModel
implements
Serializable
{
private
AccountItemShowModel
showModel
=
new
AccountItemShowModel
();
/**======开始接受页面参数=================**/
/**
* ======开始接受页面参数=================
**/
private
Long
HeaderId
;
private
Long
AccountId
;
private
Long
InOutItemId
;
...
...
@@ -58,106 +59,86 @@ public class AccountItemModel implements Serializable
*/
private
InputStream
excelStream
;
public
void
setShowModel
(
AccountItemShowModel
showModel
)
{
this
.
showModel
=
showModel
;
}
public
AccountItemShowModel
getShowModel
()
{
public
AccountItemShowModel
getShowModel
()
{
return
showModel
;
}
public
void
setHeaderId
(
Long
headerId
)
{
HeaderId
=
headerId
;
public
void
setShowModel
(
AccountItemShowModel
showModel
)
{
this
.
showModel
=
showModel
;
}
public
Long
getHeaderId
()
{
public
Long
getHeaderId
()
{
return
HeaderId
;
}
public
void
setAccountId
(
Long
accountId
)
{
AccountId
=
accountId
;
public
void
setHeaderId
(
Long
headerId
)
{
HeaderId
=
headerId
;
}
public
Long
getAccountId
()
{
public
Long
getAccountId
()
{
return
AccountId
;
}
public
void
setInOutItemId
(
Long
inOutItemId
)
{
InOutItemId
=
inOutItemId
;
public
void
setAccountId
(
Long
accountId
)
{
AccountId
=
accountId
;
}
public
Long
getInOutItemId
()
{
public
Long
getInOutItemId
()
{
return
InOutItemId
;
}
public
void
setEachAmount
(
Double
eachAmount
)
{
EachAmount
=
eachAmount
;
public
void
setInOutItemId
(
Long
inOutItemId
)
{
InOutItemId
=
inOutItemId
;
}
public
Double
getEachAmount
()
{
public
Double
getEachAmount
()
{
return
EachAmount
;
}
public
void
setRemark
(
String
remark
)
{
Remark
=
remark
;
public
void
setEachAmount
(
Double
eachAmount
)
{
EachAmount
=
eachAmount
;
}
public
String
getRemark
()
{
public
String
getRemark
()
{
return
Remark
;
}
public
void
setInserted
(
String
inserted
)
{
Inserted
=
inserted
;
public
void
setRemark
(
String
remark
)
{
Remark
=
remark
;
}
public
String
getInserted
()
{
public
String
getInserted
()
{
return
Inserted
;
}
public
void
setDeleted
(
String
deleted
)
{
Deleted
=
deleted
;
public
void
setInserted
(
String
inserted
)
{
Inserted
=
inserted
;
}
public
String
getDeleted
()
{
public
String
getDeleted
()
{
return
Deleted
;
}
public
void
setUpdated
(
String
updated
)
{
Updated
=
updated
;
public
void
setDeleted
(
String
deleted
)
{
Deleted
=
deleted
;
}
public
String
getUpdated
()
{
public
String
getUpdated
()
{
return
Updated
;
}
public
void
setHeadIds
(
String
headIds
)
{
HeadIds
=
headIds
;
public
void
setUpdated
(
String
updated
)
{
Updated
=
updated
;
}
public
String
getHeadIds
()
{
public
String
getHeadIds
()
{
return
HeadIds
;
}
public
void
setHeadIds
(
String
headIds
)
{
HeadIds
=
headIds
;
}
public
String
getListType
()
{
return
ListType
;
}
...
...
@@ -166,95 +147,75 @@ public class AccountItemModel implements Serializable
ListType
=
listType
;
}
public
void
setMonthTime
(
String
monthTime
)
{
MonthTime
=
monthTime
;
}
public
String
getMonthTime
()
{
public
String
getMonthTime
()
{
return
MonthTime
;
}
public
void
setBrowserType
(
String
browserType
)
{
this
.
browserType
=
browserType
;
public
void
setMonthTime
(
String
monthTime
)
{
MonthTime
=
monthTime
;
}
public
String
getBrowserType
()
{
public
String
getBrowserType
()
{
return
browserType
;
}
public
void
setFileName
(
String
fileName
)
{
this
.
fileName
=
fileName
;
public
void
setBrowserType
(
String
browserType
)
{
this
.
browserType
=
browserType
;
}
public
String
getFileName
()
{
public
String
getFileName
()
{
return
fileName
;
}
public
void
setAccountItemID
(
Long
accountItemID
)
{
this
.
accountItemID
=
accountItemID
;
public
void
setFileName
(
String
fileName
)
{
this
.
fileName
=
fileName
;
}
public
Long
getAccountItemID
()
{
public
Long
getAccountItemID
()
{
return
accountItemID
;
}
public
void
setAccountItemIDs
(
String
accountItemIDs
)
{
this
.
accountItemIDs
=
accountItemIDs
;
public
void
setAccountItemID
(
Long
accountItemID
)
{
this
.
accountItemID
=
accountItemID
;
}
public
String
getAccountItemIDs
()
{
public
String
getAccountItemIDs
()
{
return
accountItemIDs
;
}
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
public
void
setAccountItemIDs
(
String
accountItemIDs
)
{
this
.
accountItemIDs
=
accountItemIDs
;
}
public
int
getPageSize
()
{
public
int
getPageSize
()
{
return
pageSize
;
}
public
void
setPageNo
(
int
pageNo
)
{
this
.
pageNo
=
pageNo
;
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
}
public
int
getPageNo
()
{
public
int
getPageNo
()
{
return
pageNo
;
}
public
void
setClientIp
(
String
clientIp
)
{
this
.
clientIp
=
clientIp
;
public
void
setPageNo
(
int
pageNo
)
{
this
.
pageNo
=
pageNo
;
}
public
String
getClientIp
()
{
public
String
getClientIp
()
{
return
clientIp
;
}
public
void
setExcelStream
(
InputStream
excelStream
)
{
this
.
excelStream
=
excelStream
;
public
void
setClientIp
(
String
clientIp
)
{
this
.
clientIp
=
clientIp
;
}
public
InputStream
getExcelStream
()
{
public
InputStream
getExcelStream
()
{
return
excelStream
;
}
public
void
setExcelStream
(
InputStream
excelStream
)
{
this
.
excelStream
=
excelStream
;
}
}
src/main/java/com/jsh/model/vo/materials/AccountItemShowModel.java
View file @
07259995
...
...
@@ -3,20 +3,17 @@ package com.jsh.model.vo.materials;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
AccountItemShowModel
implements
Serializable
{
public
class
AccountItemShowModel
implements
Serializable
{
/**
* 提示信息
*/
private
String
msgTip
=
""
;
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
}
src/main/java/com/jsh/model/vo/materials/DepotHeadShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
DepotHeadShowModel
implements
Serializable
{
public
class
DepotHeadShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class DepotHeadShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/materials/DepotItemModel.java
View file @
07259995
...
...
@@ -4,11 +4,12 @@ import java.io.InputStream;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
DepotItemModel
implements
Serializable
{
public
class
DepotItemModel
implements
Serializable
{
private
DepotItemShowModel
showModel
=
new
DepotItemShowModel
();
/**======开始接受页面参数=================**/
/**
* ======开始接受页面参数=================
**/
private
Long
HeaderId
;
private
Long
MaterialId
;
private
String
MUnit
;
//计量单位
...
...
src/main/java/com/jsh/model/vo/materials/DepotItemShowModel.java
View file @
07259995
...
...
@@ -3,20 +3,17 @@ package com.jsh.model.vo.materials;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
DepotItemShowModel
implements
Serializable
{
public
class
DepotItemShowModel
implements
Serializable
{
/**
* 提示信息
*/
private
String
msgTip
=
""
;
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
}
src/main/java/com/jsh/model/vo/materials/MaterialCategoryModel.java
View file @
07259995
...
...
@@ -3,8 +3,7 @@ package com.jsh.model.vo.materials;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
MaterialCategoryModel
implements
Serializable
{
public
class
MaterialCategoryModel
implements
Serializable
{
private
MaterialCategoryShowModel
showModel
=
new
MaterialCategoryShowModel
();
/**======开始接受页面参数=================**/
...
...
src/main/java/com/jsh/model/vo/materials/MaterialCategoryShowModel.java
View file @
07259995
...
...
@@ -6,8 +6,7 @@ import java.util.List;
import
java.util.Map
;
@SuppressWarnings
(
"serial"
)
public
class
MaterialCategoryShowModel
implements
Serializable
{
public
class
MaterialCategoryShowModel
implements
Serializable
{
/**
* 提示信息
*/
...
...
@@ -17,15 +16,13 @@ public class MaterialCategoryShowModel implements Serializable
* 系统数据
*/
@SuppressWarnings
(
"rawtypes"
)
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
private
Map
<
String
,
List
>
map
=
new
HashMap
<
String
,
List
>();
public
String
getMsgTip
()
{
public
String
getMsgTip
()
{
return
msgTip
;
}
public
void
setMsgTip
(
String
msgTip
)
{
public
void
setMsgTip
(
String
msgTip
)
{
this
.
msgTip
=
msgTip
;
}
...
...
src/main/java/com/jsh/model/vo/materials/MaterialModel.java
View file @
07259995
...
...
@@ -5,8 +5,7 @@ import java.io.InputStream;
import
java.io.Serializable
;
@SuppressWarnings
(
"serial"
)
public
class
MaterialModel
implements
Serializable
{
public
class
MaterialModel
implements
Serializable
{
private
MaterialShowModel
showModel
=
new
MaterialShowModel
();
/**======开始接受页面参数=================**/
...
...
@@ -196,46 +195,38 @@ public class MaterialModel implements Serializable
Unit
=
unit
;
}
public
void
setRetailPrice
(
Double
retailPrice
)
{
RetailPrice
=
retailPrice
;
}
public
Double
getRetailPrice
()
{
public
Double
getRetailPrice
()
{
return
RetailPrice
;
}
public
void
setLowPrice
(
Double
lowPrice
)
{
LowPrice
=
lowPrice
;
public
void
setRetailPrice
(
Double
retailPrice
)
{
RetailPrice
=
retailPrice
;
}
public
Double
getLowPrice
()
{
public
Double
getLowPrice
()
{
return
LowPrice
;
}
public
void
setPresetPriceOne
(
Double
presetPriceOne
)
{
PresetPriceOne
=
presetPriceOne
;
public
void
setLowPrice
(
Double
lowPrice
)
{
LowPrice
=
lowPrice
;
}
public
Double
getPresetPriceOne
()
{
public
Double
getPresetPriceOne
()
{
return
PresetPriceOne
;
}
public
void
setPresetPriceTwo
(
Double
presetPriceTwo
)
{
PresetPriceTwo
=
presetPriceTwo
;
public
void
setPresetPriceOne
(
Double
presetPriceOne
)
{
PresetPriceOne
=
presetPriceOne
;
}
public
Double
getPresetPriceTwo
()
{
public
Double
getPresetPriceTwo
()
{
return
PresetPriceTwo
;
}
public
void
setPresetPriceTwo
(
Double
presetPriceTwo
)
{
PresetPriceTwo
=
presetPriceTwo
;
}
public
String
getRemark
()
{
return
Remark
;
}
...
...
Prev
1
…
3
4
5
6
7
8
9
10
11
Next
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