优化流程模版查询条件
This commit is contained in:
@@ -4,6 +4,9 @@ package com.sdm.capability.model.req.flow;
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class GetFlowTemplateReq {
|
||||
|
||||
@@ -22,6 +25,8 @@ public class GetFlowTemplateReq {
|
||||
|
||||
public String endTime;
|
||||
|
||||
public List<String> createTime = new ArrayList<>();
|
||||
|
||||
public int type; //1:查询公共模版 2:查询个人
|
||||
|
||||
public int current;
|
||||
|
||||
Reference in New Issue
Block a user