Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-finance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-finance
Commits
a9437629
Commit
a9437629
authored
Sep 02, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票管理列表接口添加入参:发票类型
parent
3948d60b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
InvoiceManageListQueryQO.java
...ain/java/com/gic/finance/qo/InvoiceManageListQueryQO.java
+12
-0
No files found.
gic-platform-finance-api/src/main/java/com/gic/finance/qo/InvoiceManageListQueryQO.java
View file @
a9437629
...
@@ -26,6 +26,10 @@ public class InvoiceManageListQueryQO extends PageQO implements Serializable{
...
@@ -26,6 +26,10 @@ public class InvoiceManageListQueryQO extends PageQO implements Serializable{
* 平台类型 1:GIC 2:好办
* 平台类型 1:GIC 2:好办
*/
*/
private
Integer
platformType
;
private
Integer
platformType
;
/**
* 发票类型
*/
private
Integer
invoiceType
;
public
String
getSearch
()
{
public
String
getSearch
()
{
return
search
;
return
search
;
...
@@ -50,4 +54,12 @@ public class InvoiceManageListQueryQO extends PageQO implements Serializable{
...
@@ -50,4 +54,12 @@ public class InvoiceManageListQueryQO extends PageQO implements Serializable{
public
void
setPlatformType
(
Integer
platformType
)
{
public
void
setPlatformType
(
Integer
platformType
)
{
this
.
platformType
=
platformType
;
this
.
platformType
=
platformType
;
}
}
public
Integer
getInvoiceType
()
{
return
invoiceType
;
}
public
void
setInvoiceType
(
Integer
invoiceType
)
{
this
.
invoiceType
=
invoiceType
;
}
}
}
Write
Preview
Markdown
is supported
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