sol-cloud/cloud/model/model-file
Sol e4b6bdb82d refactor(lombok): refactor Lombok annotations in entity and DTO classes
- Replace `@Data` with `@Getter`, `@Setter`, and `@SuperBuilder`
- Add `@NoArgsConstructor` and `@AllArgsConstructor` where applicable
- Remove redundant `@EqualsAndHashCode` annotations
- Update usage of `BaseVo` and `PageVo`
- Unify code style to improve readability and maintainability
2025-05-30 12:37:59 +08:00
..
src/main refactor(lombok): refactor Lombok annotations in entity and DTO classes 2025-05-30 12:37:59 +08:00
pom.xml init 2025-02-12 17:22:25 +08:00