
com.uchicom.repty.dto.Meta Maven / Gradle / Ivy
package com.uchicom.repty.dto;
public class Meta {
private String pdRectangle;
public String getPdRectangle() {
return pdRectangle;
}
public void setPdRectangle(String pdRectangle) {
this.pdRectangle = pdRectangle;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy