|
|
@ -29,7 +29,7 @@ public class BsSgcSzAqrw extends BaseEntity |
|
|
|
/** 任务水闸id */ |
|
|
|
@Excel(name = "任务水闸id") |
|
|
|
@ApiModelProperty("任务水闸id") |
|
|
|
private String sluiceIds; |
|
|
|
private String wagaIds; |
|
|
|
|
|
|
|
/** 计划完成时间 */ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
@ -92,11 +92,11 @@ public class BsSgcSzAqrw extends BaseEntity |
|
|
|
private String relation; |
|
|
|
|
|
|
|
public void setSluiceIds(String[] idArray) { |
|
|
|
this.sluiceIds = String.join(",", idArray); |
|
|
|
this.wagaIds = String.join(",", idArray); |
|
|
|
} |
|
|
|
|
|
|
|
public String[] getSluiceIds() { |
|
|
|
return this.sluiceIds.split(","); |
|
|
|
return this.wagaIds.split(","); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|