Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
1
Merge Requests
1
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
haoban3.0
haoban-manage3.0
Commits
74b96f1d
Commit
74b96f1d
authored
Aug 05, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:企微收费列表接口
parent
627291cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
QywxFeeListQDTO.java
...a/com/gic/haoban/manage/api/dto/qdto/QywxFeeListQDTO.java
+6
-18
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/qdto/QywxFeeListQDTO.java
View file @
74b96f1d
...
...
@@ -12,26 +12,22 @@ import java.io.Serializable;
*/
public
class
QywxFeeListQDTO
extends
BasePageInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
6652319673885815810L
;
/**
* 场景
*/
private
String
corpName
;
private
String
wxEnterpriseId
;
private
String
searchName
;
private
String
corpi
d
;
private
String
wxEnterpriseI
d
;
private
String
startDate
;
private
String
endDate
;
private
Integer
interceptFlag
;
public
String
get
Corp
Name
()
{
return
corp
Name
;
public
String
get
Search
Name
()
{
return
search
Name
;
}
public
void
set
CorpName
(
String
corp
Name
)
{
this
.
corpName
=
corp
Name
;
public
void
set
SearchName
(
String
search
Name
)
{
this
.
searchName
=
search
Name
;
}
public
String
getWxEnterpriseId
()
{
...
...
@@ -42,14 +38,6 @@ public class QywxFeeListQDTO extends BasePageInfo implements Serializable {
this
.
wxEnterpriseId
=
wxEnterpriseId
;
}
public
String
getCorpid
()
{
return
corpid
;
}
public
void
setCorpid
(
String
corpid
)
{
this
.
corpid
=
corpid
;
}
public
String
getStartDate
()
{
return
startDate
;
}
...
...
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