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
35197c30
Commit
35197c30
authored
Sep 04, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票列表查询接口修改:计费中心中的查询参数与财务不一样,进行匹配
parent
ce08c088
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
InvoiceManageListQueryQO.java
...ain/java/com/gic/finance/qo/InvoiceManageListQueryQO.java
+42
-0
No files found.
gic-platform-finance-api/src/main/java/com/gic/finance/qo/InvoiceManageListQueryQO.java
View file @
35197c30
...
...
@@ -31,6 +31,48 @@ public class InvoiceManageListQueryQO extends PageQO implements Serializable{
*/
private
Integer
invoiceType
;
private
String
startTime
;
private
String
endTime
;
private
Integer
enterpriseId
;
/**
* 发票状态,因为计费中心的状态不是和财务这边完全一致
*/
private
String
invoiceStatusStr
;
public
String
getInvoiceStatusStr
()
{
return
invoiceStatusStr
;
}
public
void
setInvoiceStatusStr
(
String
invoiceStatusStr
)
{
this
.
invoiceStatusStr
=
invoiceStatusStr
;
}
public
Integer
getEnterpriseId
()
{
return
enterpriseId
;
}
public
void
setEnterpriseId
(
Integer
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
}
public
String
getStartTime
()
{
return
startTime
;
}
public
void
setStartTime
(
String
startTime
)
{
this
.
startTime
=
startTime
;
}
public
String
getEndTime
()
{
return
endTime
;
}
public
void
setEndTime
(
String
endTime
)
{
this
.
endTime
=
endTime
;
}
public
String
getSearch
()
{
return
search
;
}
...
...
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