mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 02:24:21 +08:00
- Added the PredicateExtensions.kt file to provide extension functions for the Predicate list - Added BaseMapper.kt file to define the base mapper interface - Added ConversionMapper.kt file to define the conversion mapper interface between entity and DTO - Modify the DeleteByIdsReq class to open class - Modify the PageQueryReq class to change the date type from LocalDateTime to Instant - Modify the R class and ResponseInformation interfaces, change the response status code type from String to Int- Add mapstruct dependency in build.gradle.kts