Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-platform
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
赵啸非
smart-office-platform
Commits
e3eaf563
Commit
e3eaf563
authored
Dec 07, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改权限
parent
f4177102
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
smart-office-manager-ui/admin/src/views/metting/record/drawershow.vue
...-manager-ui/admin/src/views/metting/record/drawershow.vue
+3
-0
smart-office-manager/src/main/java/com/mortals/xhx/module/gocome/model/vo/GocomeRecordVo.java
...om/mortals/xhx/module/gocome/model/vo/GocomeRecordVo.java
+5
-0
No files found.
smart-office-manager-ui/admin/src/views/metting/record/drawershow.vue
View file @
e3eaf563
...
...
@@ -103,6 +103,9 @@
{
required
:
true
,
message
:
"
请输入开会房间名称
"
,
trigger
:
"
blur
"
},
{
max
:
128
,
message
:
"
最多只能录入128个字符
"
,
trigger
:
"
blur
"
,},
],
roomId
:
[
{
required
:
true
,
message
:
"
请选择开会房间
"
,
trigger
:
"
blur
"
}
],
meetDeptName
:
[
{
required
:
true
,
message
:
"
请输入开会部门名称
"
,
trigger
:
"
blur
"
},
{
max
:
128
,
message
:
"
最多只能录入128个字符
"
,
trigger
:
"
blur
"
,},
...
...
smart-office-manager/src/main/java/com/mortals/xhx/module/gocome/model/vo/GocomeRecordVo.java
View file @
e3eaf563
...
...
@@ -16,6 +16,11 @@ import java.util.Date;
@Data
public
class
GocomeRecordVo
extends
BaseEntityLong
{
/** 开始 创建时间 */
private
String
createTimeStart
;
/** 结束 创建时间 */
private
String
createTimeEnd
;
}
\ No newline at end of file
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