You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
314 B
Java

package com.weavernorth.nsyh.opinion.service;
import java.util.Map;
/**
* @Author : 孙浩
* @Date : 2022/3/1 9:47
* @Version 1.0
*/
public interface WfOpinionService {
//根据流程id获取需要隐藏签字意见相关信息的节点id
Map<String,Object> getNodes(Map<String, Object> params);
}