Commit 0be9d197 authored by hongguangwu's avatar hongguangwu

B端的 社保、薪资等

parent d99cf0fb
...@@ -20,7 +20,7 @@ public class TSalaryStatisticsDepart implements Serializable { ...@@ -20,7 +20,7 @@ public class TSalaryStatisticsDepart implements Serializable {
/** /**
* 主键 * 主键
*/ */
@TableId @TableId(type = IdType.ASSIGN_ID)
private String id; private String id;
/** /**
* 部门名称 * 部门名称
......
...@@ -20,7 +20,7 @@ public class TSalaryStatisticsPersonal implements Serializable { ...@@ -20,7 +20,7 @@ public class TSalaryStatisticsPersonal implements Serializable {
/** /**
* 主键 * 主键
*/ */
@TableId @TableId(type = IdType.ASSIGN_ID)
private String id; private String id;
/** /**
* 电信工号 * 电信工号
......
package com.yifu.cloud.plus.v1.business.entity.system; 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.TableField;
import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
...@@ -29,7 +30,7 @@ public class TBusWarningEmployee extends Model<TBusWarningEmployee> { ...@@ -29,7 +30,7 @@ public class TBusWarningEmployee extends Model<TBusWarningEmployee> {
/** /**
* *
*/ */
@TableId @TableId(type = IdType.ASSIGN_ID)
@Schema(description = "主键", name = "id") @Schema(description = "主键", name = "id")
private Integer id; private Integer id;
/** /**
......
...@@ -2,6 +2,7 @@ package com.yifu.cloud.plus.v1.business.entity.vacation; ...@@ -2,6 +2,7 @@ package com.yifu.cloud.plus.v1.business.entity.vacation;
import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.bean.copier.CopyOptions; import cn.hutool.core.bean.copier.CopyOptions;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
...@@ -22,7 +23,7 @@ public class TVacationRuleConfig extends Model<TVacationRuleConfig> { ...@@ -22,7 +23,7 @@ public class TVacationRuleConfig extends Model<TVacationRuleConfig> {
/** /**
* 主键 * 主键
*/ */
@TableId @TableId(type = IdType.ASSIGN_ID)
private Integer id; private Integer id;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment