Fix
This commit is contained in:
parent
b9397343c9
commit
c5b51dd21e
@ -40,7 +40,7 @@ public class FlowStart implements java.io.Serializable {
|
||||
private Date endTime;
|
||||
//组id
|
||||
@ApiModelProperty(value = "组id", name = "groupIds")
|
||||
private Long groupIds;
|
||||
private String groupIds;
|
||||
//考核名称
|
||||
@ApiModelProperty(value = "考核名称", name = "name")
|
||||
private String name;
|
||||
@ -153,14 +153,14 @@ public class FlowStart implements java.io.Serializable {
|
||||
* 组id
|
||||
* @return
|
||||
*/
|
||||
public Long getGroupIds() {
|
||||
public String getGroupIds() {
|
||||
return groupIds;
|
||||
}
|
||||
/**
|
||||
* 组id
|
||||
* @param groupIds
|
||||
*/
|
||||
public void setGroupIds(Long groupIds) {
|
||||
public void setGroupIds(String groupIds) {
|
||||
this.groupIds = groupIds;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user