Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
e71d6fc1
Commit
e71d6fc1
authored
May 08, 2021
by
Your Name
Committed by
chenzg
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新部门下不能新增岗位员工
parent
87eb264d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
69 deletions
+5
-69
src/main/java/cn/timer/api/bean/spmk/SpmkApproveDetailSummary.java
+0
-65
src/main/resources/application-test.yml
+2
-1
src/main/resources/application.yml
+3
-3
No files found.
src/main/java/cn/timer/api/bean/spmk/SpmkApproveDetailSummary.java
deleted
100644 → 0
View file @
87eb264d
package
cn
.
timer
.
api
.
bean
.
spmk
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.extension.activerecord.Model
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
javafx.scene.text.Text
;
import
lombok.AllArgsConstructor
;
import
lombok.Builder
;
import
lombok.Data
;
import
lombok.NoArgsConstructor
;
import
javax.persistence.GeneratedValue
;
import
javax.persistence.Id
;
import
javax.persistence.Table
;
/**
* @author Tang 2020-04-17
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Table
(
name
=
"spmk_approve_detail_summary"
)
@ApiModel
(
"新审批详情"
)
public
class
SpmkApproveDetailSummary
extends
Model
<
SpmkApproveDetailSummary
>
{
/**
*
*/
private
static
final
long
serialVersionUID
=
1L
;
@Id
@GeneratedValue
@TableId
(
type
=
IdType
.
AUTO
)
@ApiModelProperty
(
value
=
"编号 编号"
,
example
=
"101"
)
private
Integer
id
;
@ApiModelProperty
(
value
=
"审批汇总id 审批汇总id"
,
example
=
"101"
)
private
Integer
approveSummaryId
;
@ApiModelProperty
(
value
=
"标题 "
,
example
=
"标题"
)
private
String
name
;
@ApiModelProperty
(
value
=
"所在部门名称 "
,
example
=
"所在部门名称"
)
private
String
departmentName
;
@ApiModelProperty
(
value
=
"申请数据 "
,
example
=
"申请数据"
)
private
String
requestData
;
@ApiModelProperty
(
value
=
"审批表单 "
,
example
=
"审批表单"
)
private
String
froms
;
@ApiModelProperty
(
value
=
"审批流程 "
,
example
=
"审批流程"
)
private
String
router
;
@ApiModelProperty
(
value
=
"通过节点 "
,
example
=
"通过节点"
)
private
String
flowChildren
;
}
\ No newline at end of file
src/main/resources/application-test.yml
View file @
e71d6fc1
...
...
@@ -165,8 +165,9 @@ logging:
config-8timer
:
environmental-science
:
test
expiration_time
:
2
#扫码登录过期时长
machine8timerUrl
:
'
http://test-8timer-fk.youlingrc.com'
#
machine8timerUrl: 'http://test-8timer-fk.youlingrc.com'
#machine8timerUrl: 'http://192.168.3.38:8088'
machine8timerUrl
:
'
http://192.168.3.111:8095'
authentication-code
:
'
888888'
prescription
:
8
#一天工作8小时
register-free-time
:
90
#系统赠送时间
...
...
src/main/resources/application.yml
View file @
e71d6fc1
spring
:
profiles
:
# active: test
active
:
'
@environment@'
\ No newline at end of file
active
:
test
# active: '@environment@'
\ 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