|
|
@ -79,9 +79,15 @@ public class TaskPoint implements Serializable {
|
|
|
|
private String updateUser;
|
|
|
|
private String updateUser;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("是否生效,1-生效 2-不生效")
|
|
|
|
@ApiModelProperty("是否生效,1-生效 2-不生效")
|
|
|
|
|
|
|
|
@Column(name = "valid")
|
|
|
|
private Integer valid;
|
|
|
|
private Integer valid;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("APP动作")
|
|
|
|
@ApiModelProperty("APP动作")
|
|
|
|
|
|
|
|
@Column(name = "action")
|
|
|
|
private String action;
|
|
|
|
private String action;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("提示语")
|
|
|
|
|
|
|
|
@Column(name = "tooltip")
|
|
|
|
|
|
|
|
private String tooltip;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|