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

com.swak.frame.dto.SelectDataVo Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package com.swak.frame.dto;

import com.swak.frame.dto.base.VO;
import lombok.Data;

@Data
public class SelectDataVo implements VO {
	private static final long serialVersionUID = -1248936650708948671L;

	private String value;
	private String name;

	private String category;
	private String categoryName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy