Commit e35a52f5 authored by 赵啸非's avatar 赵啸非

修改部分pom

parent 7bb1b46d
package com.mortals.xhx.busiz.rsp;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.mortals.xhx.common.pdu.flow.FlowTaskVoPdu;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
......@@ -8,6 +9,7 @@ import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
/**
* 流程定义类
......@@ -54,4 +56,7 @@ public class FlowProcDef implements Serializable {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date deploymentTime;
private List<FlowTaskVoPdu> flowTaskPdus;
}
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