Quellcode durchsuchen

人员档案接口新增附件字段

WuYi vor 2 Wochen
Ursprung
Commit
5e8cdcc66a

+ 11 - 0
ibps-provider-root/modules/provider-business/src/main/java/com/lc/ibps/components/employee/persistence/entity/RyjbqkInfoTbl.java

@@ -167,6 +167,8 @@ public class RyjbqkInfoTbl extends AbstractPo<String>{
 	protected String  sheBao; 		/*社保*/
 	protected String  sheBao; 		/*社保*/
 	@ApiModelProperty(value = "快照")
 	@ApiModelProperty(value = "快照")
 	protected String  kuaiZhao; 		/*快照*/
 	protected String  kuaiZhao; 		/*快照*/
+	@ApiModelProperty(value = "附件")
+	protected String  fuJian; 		/*快照*/
 	@ApiModelProperty(value = "人员类型")
 	@ApiModelProperty(value = "人员类型")
 	protected String  renYuanLeiXing; 		/*人员类型*/
 	protected String  renYuanLeiXing; 		/*人员类型*/
 	@ApiModelProperty(value = "是否过审")
 	@ApiModelProperty(value = "是否过审")
@@ -1040,6 +1042,15 @@ public class RyjbqkInfoTbl extends AbstractPo<String>{
 	{
 	{
 		this.renYuanLeiXing = renYuanLeiXing;
 		this.renYuanLeiXing = renYuanLeiXing;
 	}
 	}
+
+	public String getFuJian() {
+		return fuJian;
+	}
+
+	public void setFuJian(String fuJian) {
+		this.fuJian = fuJian;
+	}
+
 	/**
 	/**
 	 * 返回 人员类型
 	 * 返回 人员类型
 	 * @return
 	 * @return

Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
ibps-provider-root/modules/provider-business/src/main/resources/com/lc/ibps/employee/persistence/mapping/RyjbqkInfo.map.xml


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.