Commit f75e85ee authored by fangxinjiang's avatar fangxinjiang

公积金导入批量办理

parent ecdbc7da
...@@ -88,7 +88,7 @@ public class TEmpChangeInfoNewVO implements Serializable { ...@@ -88,7 +88,7 @@ public class TEmpChangeInfoNewVO implements Serializable {
*/ */
@Schema(description ="客户id") @Schema(description ="客户id")
@TableField(exist = false) @TableField(exist = false)
private String OldCustomerId; private String oldCustomerId;
/** /**
* 身份证号码 * 身份证号码
...@@ -108,7 +108,7 @@ public class TEmpChangeInfoNewVO implements Serializable { ...@@ -108,7 +108,7 @@ public class TEmpChangeInfoNewVO implements Serializable {
*/ */
@Schema(description ="客户编码") @Schema(description ="客户编码")
@TableField(exist = false) @TableField(exist = false)
private String NewUnitNo; private String newUnitNo;
/** /**
* 项目id * 项目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