mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:01:09 +08:00
- Add softDelete method to the CrudServiceSpec interface to soft delete entities - Implement softDelete method in the CrudServiceImplSpec class, including finding entities, marking delete status, and updating entities - Added setDeleted abstract method, and implements specific tag deletion logic from subclasses - Add log records, output error message when the corresponding entity cannot be found - Introduce log extension functions and Core. EXTENSION module