cn.woodwhales.common.example.model.util.excel.BaseExcelTempData 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.util.excel;
import lombok.Data;
import cn.woodwhales.common.util.excel.ExcelDateField;
/**
* @author woodwhales on 2021-09-03 14:02
*/
@Data
public class BaseExcelTempData {
@ExcelDateField(value = "创建时间")
private String createTime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy