Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
zhangshaowu
/
pipi-helper
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ca7d5d6f
authored
Oct 15, 2022
by
liushuangwu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
employee
1 parent
73d82a40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
src/main/java/com/pipihelper/project/feishu/bo/PushPainBO.java
src/main/java/com/pipihelper/project/feishu/controller/FeiShuEventController.java
src/main/java/com/pipihelper/project/feishu/bo/PushPainBO.java
0 → 100644
View file @
ca7d5d6
package
com
.
pipihelper
.
project
.
feishu
.
bo
;
import
lombok.Data
;
@Data
public
class
PushPainBO
{
Integer
index
;
String
openId
;
String
name
;
String
departMentName
;
//部门名
String
timeRange
;
//时间区间 15:00 - 16:00
}
src/main/java/com/pipihelper/project/feishu/controller/FeiShuEventController.java
View file @
ca7d5d6
...
...
@@ -119,12 +119,4 @@ public class FeiShuEventController {
});
return
dtos
;
}
private
static
class
A
{
Integer
index
;
String
openId
;
String
name
;
String
departMentName
;
String
timeRange
;
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment