xiangpei
2024-09-01 1b74e131111650d28b5d67b7e6c1b62db57736ad
ycl-pojo/src/main/java/com/ycl/platform/domain/result/BaseResult.java
@@ -5,6 +5,7 @@
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.Id;
import java.time.LocalDate;
import java.util.Date;
@Data
@@ -15,5 +16,5 @@
     * 数据日期
     */
    @CreatedDate
    private Date mongoCreateTime;
    private LocalDate mongoCreateTime;
}