cn.woodwhales.common.example.model.business.collection.CollectionMathResultTempData1 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.collection;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* @author woodwhales on 2021-07-25 12:13
*/
@Data
@AllArgsConstructor
public class CollectionMathResultTempData1 {
private String dataNo;
private String dataName;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy