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

com.haoxuer.discover.activiti.data.so.FlowSo Maven / Gradle / Ivy

The newest version!
package com.haoxuer.discover.activiti.data.so;

import java.io.Serializable;

/**
 * Created by ada on 2016/12/9.
 */
public class FlowSo implements Serializable {

    private String name;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy