io.github.yedaxia.apidocs.ext.rap.DeleteActionFrom Maven / Gradle / Ivy
package io.github.yedaxia.apidocs.ext.rap;
/**
* @author yeguozhong yedaxia.github.com
*/
class DeleteActionFrom {
private String className;
private Integer id;
public String getClassName() {
return className;
}
public void setClassName(String className) {
this.className = className;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy