Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
0be9d197
Commit
0be9d197
authored
Jan 06, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
B端的 社保、薪资等
parent
d99cf0fb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
TSalaryStatisticsDepart.java
...us/v1/business/entity/salary/TSalaryStatisticsDepart.java
+1
-1
TSalaryStatisticsPersonal.java
.../v1/business/entity/salary/TSalaryStatisticsPersonal.java
+1
-1
TBusWarningEmployee.java
...d/plus/v1/business/entity/system/TBusWarningEmployee.java
+2
-1
TVacationRuleConfig.java
...plus/v1/business/entity/vacation/TVacationRuleConfig.java
+2
-1
No files found.
yifu-business/yifu-business-api/src/main/java/com/yifu/cloud/plus/v1/business/entity/salary/TSalaryStatisticsDepart.java
View file @
0be9d197
...
...
@@ -20,7 +20,7 @@ public class TSalaryStatisticsDepart implements Serializable {
/**
* 主键
*/
@TableId
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
private
String
id
;
/**
* 部门名称
...
...
yifu-business/yifu-business-api/src/main/java/com/yifu/cloud/plus/v1/business/entity/salary/TSalaryStatisticsPersonal.java
View file @
0be9d197
...
...
@@ -20,7 +20,7 @@ public class TSalaryStatisticsPersonal implements Serializable {
/**
* 主键
*/
@TableId
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
private
String
id
;
/**
* 电信工号
...
...
yifu-business/yifu-business-api/src/main/java/com/yifu/cloud/plus/v1/business/entity/system/TBusWarningEmployee.java
View file @
0be9d197
package
com
.
yifu
.
cloud
.
plus
.
v1
.
business
.
entity
.
system
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableName
;
...
...
@@ -29,7 +30,7 @@ public class TBusWarningEmployee extends Model<TBusWarningEmployee> {
/**
*
*/
@TableId
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
@Schema
(
description
=
"主键"
,
name
=
"id"
)
private
Integer
id
;
/**
...
...
yifu-business/yifu-business-api/src/main/java/com/yifu/cloud/plus/v1/business/entity/vacation/TVacationRuleConfig.java
View file @
0be9d197
...
...
@@ -2,6 +2,7 @@ package com.yifu.cloud.plus.v1.business.entity.vacation;
import
cn.hutool.core.bean.BeanUtil
;
import
cn.hutool.core.bean.copier.CopyOptions
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableName
;
...
...
@@ -22,7 +23,7 @@ public class TVacationRuleConfig extends Model<TVacationRuleConfig> {
/**
* 主键
*/
@TableId
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
private
Integer
id
;
/**
...
...
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