REQ-3982: 卡片返回流程阶段
This commit is contained in:
parent
f7bacb2833
commit
abe93578ec
@ -8,6 +8,7 @@ import java.util.Objects;
|
||||
import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import cn.axzo.nanopart.visa.api.enums.VisaProcessPhase;
|
||||
import org.apache.commons.collections.CollectionUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
@ -322,6 +323,11 @@ public class VisaDetailByIdResponse {
|
||||
*/
|
||||
private String todoIdentityCode;
|
||||
|
||||
/**
|
||||
* 流程阶段. PROJECT: 立项审批, PAYMENT: 完工价款确认审批
|
||||
*/
|
||||
private VisaProcessPhase phase;
|
||||
|
||||
public void addButton(String name, WorkflowButtonType type) {
|
||||
if (buttons == null)
|
||||
buttons = new ArrayList<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user