摘要: 1.DTO import lombok.Data; import org.springframework.format.annotation.DateTimeFormat; import java.io.Serializable; import java.util.Date; /** * @auth 阅读全文
posted @ 2022-01-07 13:30 明知山有小脑斧 阅读(2599) 评论(0) 推荐(0)
摘要: 使用IDEA 的时候,当在一个类中导入另一个包下很多类的时候,因为导入的类都在同一个包下,导入数量过多的时候,IDEA会自动帮你变成import * 阅读全文
posted @ 2022-01-07 09:39 明知山有小脑斧 阅读(778) 评论(0) 推荐(0)