From 1ca5584d7e3200a9af65a099bd26d3593e2ba702 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 07 五月 2026 14:36:08 +0800
Subject: [PATCH] 迁移pro

---
 src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java |   91 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 71 insertions(+), 20 deletions(-)

diff --git a/src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java b/src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java
index 2db3869..bff864a 100644
--- a/src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java
+++ b/src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java
@@ -4,7 +4,7 @@
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ruoyi.dto.DateQueryDto;
 import com.ruoyi.framework.aspectj.lang.annotation.Excel;
-import io.swagger.annotations.ApiModelProperty;
+import io.swagger.v3.oas.annotations.media.Schema;
 import lombok.Data;
 import org.springframework.format.annotation.DateTimeFormat;
 
@@ -12,6 +12,7 @@
 import java.math.BigDecimal;
 import java.time.LocalDateTime;
 import java.util.Date;
+import java.util.List;
 
 /**
  * 浜哄憳绠$悊--鍛樺伐鍙拌处/鍚堝悓绠$悊
@@ -63,6 +64,16 @@
      */
     private Integer sysPostId;
 
+     /**
+     * 閮ㄩ棬
+     */
+    private Long sysDeptId;
+
+    /**
+     * 瑙掕壊
+     */
+    private Long roleId;
+
     /**
      * 瀹跺涵浣忓潃
      */
@@ -72,56 +83,56 @@
     /**
      * 绗竴瀛﹀巻
      */
-    @Excel(name = "绗竴瀛﹀巻", sort = 8)
+    @Excel(name = "绗竴瀛﹀巻", sort = 9)
     private String firstStudy;
 
     /**
      * 涓撲笟
      */
-    @Excel(name = "涓撲笟", sort = 9)
+    @Excel(name = "涓撲笟", sort = 10)
     private String profession;
 
     /**
      * 韬唤璇佸彿鐮�
      */
-    @Excel(name = "韬唤璇佸彿鐮�", sort = 10)
+    @Excel(name = "韬唤璇佸彿鐮�", sort = 11)
     private String identityCard;
 
     /**
      * 骞撮緞
      */
-    @Excel(name = "骞撮緞", sort = 11)
+    @Excel(name = "骞撮緞", sort = 12)
     private String age;
 
     /**
      * 鑱旂郴鐢佃瘽
      */
-    @Excel(name = "鑱旂郴鐢佃瘽", sort = 12)
+    @Excel(name = "鑱旂郴鐢佃瘽", sort = 13)
     private String phone;
 
     /**
      * 绱ф�ヨ仈绯讳汉
      */
-    @Excel(name = "绱ф�ヨ仈绯讳汉", sort = 13)
+    @Excel(name = "绱ф�ヨ仈绯讳汉", sort = 14)
     private String emergencyContact;
 
     /**
      * 绱ф�ヨ仈绯讳汉鐢佃瘽
      */
-    @Excel(name = "绱ф�ヨ仈绯讳汉鐢佃瘽", sort = 14)
+    @Excel(name = "绱ф�ヨ仈绯讳汉鐢佃瘽", sort = 15)
     private String emergencyContactPhone;
 
     /**
      * 鍚堝悓骞撮檺
      */
-    @Excel(name = "鍚堝悓骞撮檺", sort = 15)
+    @Excel(name = "鍚堝悓骞撮檺", sort = 16)
     private String contractTerm;
 
     /**
      * 鍚堝悓鍒版湡鏃ユ湡
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "鍚堝悓鍒版湡鏃ユ湡", width = 30, dateFormat = "yyyy-MM-dd", sort = 16)
+    @Excel(name = "鍚堝悓鍒版湡鏃ユ湡", width = 30, dateFormat = "yyyy-MM-dd", sort = 17)
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     private Date contractExpireTime;
 
@@ -129,7 +140,7 @@
      * 缁撴潫璇曠敤鏃堕棿
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "缁撴潫璇曠敤鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd", sort = 17)
+    @Excel(name = "缁撴潫璇曠敤鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd", sort = 18)
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     private Date trialEndDate;
 
@@ -137,7 +148,7 @@
      * 寮�濮嬭瘯鐢ㄦ棩鏈�
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "寮�濮嬭瘯鐢ㄦ棩鏈�", width = 30, dateFormat = "yyyy-MM-dd", sort = 18)
+    @Excel(name = "寮�濮嬭瘯鐢ㄦ棩鏈�", width = 30, dateFormat = "yyyy-MM-dd", sort = 19)
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     private Date trialStartDate;
 
@@ -145,7 +156,7 @@
      * 绛捐鏃堕棿
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "绛捐鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd", sort = 19)
+    @Excel(name = "绛捐鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd", sort = 20)
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     private Date signDate;
 
@@ -158,7 +169,7 @@
     /**
      * 璇曠敤鏈熷伐璧�
      */
-    @Excel(name = "璇曠敤鏈熷伐璧�", sort = 20)
+    @Excel(name = "璇曠敤鏈熷伐璧�", sort = 21)
     private BigDecimal proSalary;
 
     /**
@@ -170,33 +181,73 @@
     /**
      * 澶囨敞锛堢鍒╁緟閬囷級
      */
-    @Excel(name = "澶囨敞锛堢鍒╁緟閬囷級", sort = 21)
+    @Excel(name = "澶囨敞锛堢鍒╁緟閬囷級", sort = 22)
     private String remark;
 
 
-    @ApiModelProperty(value = "鍒涘缓鏃堕棿")
+    @Schema(description = "鍒涘缓鏃堕棿")
     @TableField(fill = FieldFill.INSERT)
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private LocalDateTime createTime;
 
-    @ApiModelProperty(value = "鍒涘缓鐢ㄦ埛")
+    @Schema(description = "鍒涘缓鐢ㄦ埛")
     @TableField(fill = FieldFill.INSERT)
     private Integer createUser;
 
-    @ApiModelProperty(value = "淇敼鏃堕棿")
+    @Schema(description = "淇敼鏃堕棿")
     @TableField(fill = FieldFill.INSERT_UPDATE)
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private LocalDateTime updateTime;
 
-    @ApiModelProperty(value = "淇敼鐢ㄦ埛")
+    @Schema(description = "淇敼鐢ㄦ埛")
     @TableField(fill = FieldFill.INSERT_UPDATE)
     private Integer updateUser;
 
-    @ApiModelProperty(value = "绉熸埛ID")
+    @Schema(description = "绉熸埛ID")
     @TableField(fill = FieldFill.INSERT)
     private Long tenantId;
 
+    @Schema(description = "鍒悕")
+    private String alias;
 
+    @Schema(description = "鍑虹敓鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private Date birthDate;
+
+    @Schema(description = "姘戞棌")
+    private String nation;
+
+    @Schema(description = "濠氬Щ鐘跺喌")
+    private String maritalStatus;
+
+    @Schema(description = "璇曠敤鏈燂紙鏈堬級")
+    private Integer proTerm;
+
+    @Schema(description = "杞鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private Date positiveDate;
+
+    @Schema(description = "鍩烘湰宸ヨ祫")
+    private BigDecimal basicSalary;
+
+    @Schema(description = "鍛樺伐鏁欒偛缁忓巻闆嗗悎")
+    @TableField(exist = false)
+    private List<StaffEducation> staffEducationList;
+
+    @Schema(description = "鍛樺伐宸ヤ綔缁忓巻闆嗗悎")
+    @TableField(exist = false)
+    private List<StaffWorkExperience> staffWorkExperienceList;
+
+    @Schema(description = "鍛樺伐绱ф�ヨ仈绯讳汉闆嗗悎")
+    @TableField(exist = false)
+    private List<StaffEmergencyContact> staffEmergencyContactList;
+
+
+
+    @TableField(fill = FieldFill.INSERT)
+    private Long deptId;
 }

--
Gitblit v1.9.3