What problem does it solve?
This skill provides a unified standard for Java VO generation, including VO classification, naming conventions, class structure, field specifications, and annotation usage, ensuring consistent DO-to-VO mappings and data transfer objects across projects.
Core Features & Use Cases
- VO classification: supports Business DataIdVO, DataSaveVO, and DataShowVO structures for clear data roles.
- Naming and structure: enforces big-camel class names, descriptive field names, and a conventional package/layout.
- Field and annotation guidelines: prescribes data types, generic collections, and JSR validation annotations to maintain data integrity.
- Use cases: generate VO classes from DOs, convert DOs to VO representations, and standardize API response objects.
Quick Start
Use the java-vo skill to generate a AdminDepartmentDataSaveVO with proper VO structure and annotations from a corresponding DO.