Loading...
Loading...
Proxy2.0 Java CRUD Interface Implementation Workflow: A 10-step standard process from requirement to full delivery. Use when: (1) Implementing new CRUD features for an entity, (2) Adding new API endpoints with full stack (DO/Mapper/VO/Service/Controller/SQL), (3) Following the standard implementation workflow for new business entities.
npx skill4agent add kevinqpeng/proxy-skills proxy-backend-impl-workflowtenant_idxm-module-{module}/.../enums/ErrorCodeConstants.javaErrorCode {ENTITY}_NOT_EXISTS = new ErrorCode(1_0XX_0YY_000, "当前{实体中文名}不存在");dal/dataobject/{entity}/{Entity}DO.javaBaseDO@TableName@TableId@Builderdal/mysql/{entity}/{Entity}Mapper.javaBaseMapperX<{Entity}DO>defaultLambdaQueryWrapperXcontroller/admin/{entity}/vo/| File | Purpose |
|---|---|
| Pagination request, inherits |
| Shared for create/update operations |
| Response (includes export annotations) |
@Schema@NotNull@NotBlankservice/{entity}/{Entity}Service.javacreate{Entity}update{Entity}delete{Entity}get{Entity}get{Entity}Pageservice/{entity}/{Entity}ServiceImpl.java@Resourcevalidatethrow exception(ErrorCode)BeanUtils.toBean()proxy-backend-api-design@Tag@Operation@Parameter@PreAuthorize@ValidCommonResult<T>proxy-backend-database@Schema