cn.woodwhales.common.example.model.business.DataToolTempMapData1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of woodwhales-common Show documentation
Show all versions of woodwhales-common Show documentation
https://github.com/woodwhales
package cn.woodwhales.common.example.model.business;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* @author woodwhales on 2021-07-25 12:42
*/
@Data
@AllArgsConstructor
public class DataToolTempMapData1 {
private Integer key;
private DataToolTempMapData2 dataToolTempMapData2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy