All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.lzgabel.converter.bean.Process Maven / Gradle / Ivy

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