Bladeren bron

feat: 任务内容

shc 3 jaren geleden
bovenliggende
commit
1b6422137f

+ 29 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/entity/WmTaskContent.java

@@ -46,72 +46,95 @@ public class WmTaskContent extends Model<WmTaskContent> {
 
 	@ApiModelProperty(value = "字段1")
 	private String temp1;
+	private String temp1label;
 
 	@ApiModelProperty(value = "字段2")
 	private String temp2;
+	private String temp2label;
 
 	@ApiModelProperty(value = "字段3")
 	private String temp3;
+	private String temp3label;
 
 	@ApiModelProperty(value = "字段4")
 	private String temp4;
+	private String temp4label;
 
 	@ApiModelProperty(value = "字段5")
 	private String temp5;
+	private String temp5label;
 
 	@ApiModelProperty(value = "字段6")
 	private String temp6;
+	private String temp6label;
 
 	@ApiModelProperty(value = "字段7")
 	private String temp7;
+	private String temp7label;
 
 	@ApiModelProperty(value = "字段8")
 	private String temp8;
+	private String temp8label;
 
 	@ApiModelProperty(value = "字段9")
 	private String temp9;
+	private String temp9label;
 
 	@ApiModelProperty(value = "字段10")
 	private String temp10;
+	private String temp10label;
 
 	@ApiModelProperty(value = "字段11")
 	private String temp11;
+	private String temp11label;
 
 	@ApiModelProperty(value = "字段12")
 	private String temp12;
+	private String temp12label;
 
 	@ApiModelProperty(value = "字段13")
 	private String temp13;
+	private String temp13label;
 
 	@ApiModelProperty(value = "字段14")
 	private String temp14;
+	private String temp14label;
 
 	@ApiModelProperty(value = "字段15")
 	private String temp15;
+	private String temp15label;
 
 	@ApiModelProperty(value = "字段16")
 	private String temp16;
+	private String temp16label;
 
 	@ApiModelProperty(value = "字段17")
 	private String temp17;
+	private String temp17label;
 
 	@ApiModelProperty(value = "字段18")
 	private String temp18;
+	private String temp18label;
 
 	@ApiModelProperty(value = "字段19")
 	private String temp19;
+	private String temp19label;
 
 	@ApiModelProperty(value = "字段20")
 	private String temp20;
+	private String temp20label;
 
 	@ApiModelProperty(value = "字段21")
 	private String temp21;
+	private String temp21label;
 
 	@ApiModelProperty(value = "字段22")
 	private String temp22;
+	private String temp22label;
 
 	@ApiModelProperty(value = "字段23")
 	private String temp23;
+	private String temp23label;
 
 	@ApiModelProperty(value = "字段24")
 	private String temp24;
@@ -122,6 +145,7 @@ public class WmTaskContent extends Model<WmTaskContent> {
 
 	@ApiModelProperty(value = "字段25")
 	private String temp25;
+	private String temp25label;
 
 	@ApiModelProperty(value = "字段26")
 	private String temp26;
@@ -132,23 +156,28 @@ public class WmTaskContent extends Model<WmTaskContent> {
 
 	@ApiModelProperty(value = "字段28")
 	private String temp28;
+	private String temp28label;
 
 	@ApiModelProperty(value = "字段29")
 	private String temp29;
+	private String temp29label;
 
 	/**
 	 * 用于存储任务类型
 	 */
 	@ApiModelProperty(value = "字段30")
 	private String temp30;
+	private String temp30label;
 
 	@ApiModelProperty(value = "字段31")
 	private String temp31;
+	private String temp31label;
 
 	/**
 	 * 用于记录关联积分包id
 	 */
 	@ApiModelProperty(value = "字段32")
 	private String temp32;
+	private String temp32label;
 
 }