Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
e96a0623
Commit
e96a0623
authored
Oct 10, 2022
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加事项来源字段
parent
b050f932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
fill-manager/doc/api.md
fill-manager/doc/api.md
+6
-1
No files found.
fill-manager/doc/api.md
View file @
e96a0623
...
...
@@ -980,6 +980,7 @@ data|object|数据对象
  
total|Integer|填单次数
  
sort|Integer|排序
  
isRecommend|Integer|是否推荐(0.未推荐,1.推荐)
  
source|Integer|事项来源(0.手动添加,1.站点事项)
  
createTime|Date|创建时间
  
createUserId|Long|创建用户
  
updateTime|Date|修改时间
...
...
@@ -1035,6 +1036,7 @@ data|object|数据对象
 
total|Integer|填单次数
 
sort|Integer|排序
 
isRecommend|Integer|是否推荐(0.未推荐,1.推荐)
  
source|Integer|事项来源(0.手动添加,1.站点事项)
 
createTime|Date|创建时间
 
createUserId|Long|创建用户
 
updateTime|Date|修改时间
...
...
@@ -1059,6 +1061,7 @@ dict|object|字典对象
"total":1593,
"sort":4204,
"isRecommend":1599,
"source":1599,
"createTime":"2022-09-27",
"createUserId":9718,
"updateTime":"2022-09-27"
...
...
@@ -1099,7 +1102,8 @@ updateTime|Date|否|修改时间
"deptId":6209,
"total":7382,
"sort":2926,
"isRecommend":1434,
"isRecommend":0,
"source":0
}
```
...
...
@@ -1125,6 +1129,7 @@ data|object|数据对象
  
total|Integer|填单次数
  
sort|Integer|排序
  
isRecommend|Integer|是否推荐(0.未推荐,1.推荐)
  
source|Integer|事项来源(0.手动添加,1.站点事项)
  
createTime|Date|创建时间
  
createUserId|Long|创建用户
  
updateTime|Date|修改时间
...
...
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