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
2aaad2bc
Commit
2aaad2bc
authored
Nov 26, 2016
by
季圣华
Browse files
新增收支项目和结算账户功能
parent
55135aca
Changes
62
Hide whitespace changes
Inline
Side-by-side
src/com/jsh/service/materials/DepotItemIService.java
View file @
2aaad2bc
...
@@ -16,8 +16,6 @@ public interface DepotItemIService extends BaseIService<DepotItem>
...
@@ -16,8 +16,6 @@ public interface DepotItemIService extends BaseIService<DepotItem>
{
{
void
findByType
(
PageUtil
<
DepotItem
>
depotItem
,
String
type
,
Long
MId
,
String
MonthTime
,
Boolean
isPrev
)
throws
JshException
;
void
findByType
(
PageUtil
<
DepotItem
>
depotItem
,
String
type
,
Long
MId
,
String
MonthTime
,
Boolean
isPrev
)
throws
JshException
;
void
findOrderByMaterial
(
PageUtil
<
DepotItem
>
depotItem
)
throws
JshException
;
/**
/**
* 导出信息
* 导出信息
* @return
* @return
...
...
src/com/jsh/service/materials/DepotItemService.java
View file @
2aaad2bc
...
@@ -50,12 +50,6 @@ public class DepotItemService extends BaseService<DepotItem> implements DepotIte
...
@@ -50,12 +50,6 @@ public class DepotItemService extends BaseService<DepotItem> implements DepotIte
depotItemDao
.
findByType
(
pageUtil
,
type
,
MId
,
MonthTime
,
isPrev
);
depotItemDao
.
findByType
(
pageUtil
,
type
,
MId
,
MonthTime
,
isPrev
);
}
}
@Override
public
void
findOrderByMaterial
(
PageUtil
<
DepotItem
>
pageUtil
)
throws
JshException
{
depotItemDao
.
findOrderByMaterial
(
pageUtil
);
}
/**
/**
* 导出Excel表格
* 导出Excel表格
*/
*/
...
...
Prev
1
2
3
4
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