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
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
haoban3.0
haoban-manage3.0
Commits
caf28e88
Commit
caf28e88
authored
Apr 23, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入参增加时间
parent
6a8c3d46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
InteractRecordQDTO.java
...aoban/manage/api/dto/qdto/content/InteractRecordQDTO.java
+28
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/qdto/content/InteractRecordQDTO.java
View file @
caf28e88
...
@@ -2,6 +2,8 @@ package com.gic.haoban.manage.api.dto.qdto.content;
...
@@ -2,6 +2,8 @@ package com.gic.haoban.manage.api.dto.qdto.content;
import
com.gic.api.base.commons.BasePageInfo
;
import
com.gic.api.base.commons.BasePageInfo
;
import
java.util.Date
;
/**
/**
* @Author MUSI
* @Author MUSI
* @Date 2023/3/29 1:11 PM
* @Date 2023/3/29 1:11 PM
...
@@ -47,6 +49,16 @@ public class InteractRecordQDTO extends BasePageInfo {
...
@@ -47,6 +49,16 @@ public class InteractRecordQDTO extends BasePageInfo {
*/
*/
private
Integer
filterNull
;
private
Integer
filterNull
;
/**
* 开始时间-创建时间
*/
private
Date
startTime
;
/**
* 结束时间-创建时间
*/
private
Date
endTime
;
public
String
getClerkId
()
{
public
String
getClerkId
()
{
return
clerkId
;
return
clerkId
;
...
@@ -103,4 +115,20 @@ public class InteractRecordQDTO extends BasePageInfo {
...
@@ -103,4 +115,20 @@ public class InteractRecordQDTO extends BasePageInfo {
public
void
setFilterNull
(
Integer
filterNull
)
{
public
void
setFilterNull
(
Integer
filterNull
)
{
this
.
filterNull
=
filterNull
;
this
.
filterNull
=
filterNull
;
}
}
public
Date
getStartTime
()
{
return
startTime
;
}
public
void
setStartTime
(
Date
startTime
)
{
this
.
startTime
=
startTime
;
}
public
Date
getEndTime
()
{
return
endTime
;
}
public
void
setEndTime
(
Date
endTime
)
{
this
.
endTime
=
endTime
;
}
}
}
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