Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webFile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
邢皓翔
webFile
Commits
e250ca9f
Commit
e250ca9f
authored
Jun 26, 2018
by
Xinghaoxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编写Readme文件
parent
82628c48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
46 deletions
+3
-46
README.md
README.md
+3
-0
Test.java
sample/src/main/java/com/bril/webfilemodule/Test.java
+0
-46
No files found.
README.md
View file @
e250ca9f
...
@@ -16,6 +16,9 @@
...
@@ -16,6 +16,9 @@
-
speechRecognition 语音识别
-
speechRecognition 语音识别
-
ocrRecognition OCR识别
-
ocrRecognition OCR识别
-
documentScan 文档扫描
-
documentScan 文档扫描
-
shareFolder 共享文件夹
-
myselfNetDisk 个人网盘
-
documentManager 文档管理
#### Weex端调用方法。
#### Weex端调用方法。
...
...
sample/src/main/java/com/bril/webfilemodule/Test.java
deleted
100644 → 0
View file @
82628c48
package
com
.
bril
.
webfilemodule
;
import
java.util.List
;
/**
* Created by Xinghx on 2018/6/14 0014.
*/
public
class
Test
{
private
List
<
NotificationBean
>
notification
;
public
List
<
NotificationBean
>
getNotification
()
{
return
notification
;
}
public
void
setNotification
(
List
<
NotificationBean
>
notification
)
{
this
.
notification
=
notification
;
}
public
static
class
NotificationBean
{
/**
* file_path : notice/1528883309634.txt
* file_name : readme.txt
*/
private
String
file_path
;
private
String
file_name
;
public
String
getFile_path
()
{
return
file_path
;
}
public
void
setFile_path
(
String
file_path
)
{
this
.
file_path
=
file_path
;
}
public
String
getFile_name
()
{
return
file_name
;
}
public
void
setFile_name
(
String
file_name
)
{
this
.
file_name
=
file_name
;
}
}
}
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