Commit 1187c8b3 authored by tangwei's avatar tangwei

修改字段

parent d1b89f38
...@@ -34,12 +34,12 @@ public class AlertFromDto extends BaseDto{ ...@@ -34,12 +34,12 @@ public class AlertFromDto extends BaseDto{
private String recUserName; private String recUserName;
@ApiModelProperty(value = "是否一行显示") @ApiModelProperty(value = "是否一行显示")
private Boolean isBlock; private Boolean block;
//新加排序字段 //新加排序字段
@ApiModelProperty(value = "排序字段") @ApiModelProperty(value = "排序字段")
private int sortNum; private int sortNum;
public Boolean getIsBlock() { public Boolean getBlock() {
return this.isBlock; return this.block;
} }
} }
...@@ -42,7 +42,7 @@ public class AlertFromValueDto extends BaseDto { ...@@ -42,7 +42,7 @@ public class AlertFromValueDto extends BaseDto {
@ApiModelProperty(value = "操作人名称") @ApiModelProperty(value = "操作人名称")
private String recUserName; private String recUserName;
private Boolean isBlock; private Boolean block;
private Boolean isDelete; private Boolean isDelete;
} }
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