cn.lzgabel.converter.bean.Process Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-cloud-bpmn-converter Show documentation
Show all versions of camunda-cloud-bpmn-converter Show documentation
Convert json to bpmn for Camunda Cloud.
The newest version!
package cn.lzgabel.converter.bean;
import lombok.Data;
/**
* 〈功能简述〉
* 〈〉
*
* @author lizhi
* @since 1.0.0
*/
@Data
public class Process {
/** 流程id */
private String processId;
/** 流程名称 */
private String name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy